Skip to content

Commit 5e533e3

Browse files
committed
Change default compiler operation to code generation
1 parent d9ee3c0 commit 5e533e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miniJava/Compiler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static void checkFailure(ErrorReporter reporter, String stepName) {
4141

4242
public static void main(String[] args) {
4343
// Use to test different portions of the compiler
44-
CompilerStage finalStage = CompilerStage.PARSER;
44+
CompilerStage finalStage = CompilerStage.CODE_GENERATION;
4545

4646
if (args.length > 1) {
4747
switch (args[1]) {

0 commit comments

Comments
 (0)