We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ee3c0 commit 5e533e3Copy full SHA for 5e533e3
miniJava/Compiler.java
@@ -41,7 +41,7 @@ public static void checkFailure(ErrorReporter reporter, String stepName) {
41
42
public static void main(String[] args) {
43
// Use to test different portions of the compiler
44
- CompilerStage finalStage = CompilerStage.PARSER;
+ CompilerStage finalStage = CompilerStage.CODE_GENERATION;
45
46
if (args.length > 1) {
47
switch (args[1]) {
0 commit comments