Skip to content

Commit

Permalink
test input files
Browse files Browse the repository at this point in the history
  • Loading branch information
jiweixing committed Apr 9, 2019
1 parent ebe742a commit a580a23
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 23 deletions.
10 changes: 5 additions & 5 deletions bin/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<phase skip="false" type="java" path="" name="pp" />
<phase skip="false" type="java" path="" name="scanning" />
<phase skip="false" type="java" path="" name="parsing" />
<phase skip="true" type="java" path="" name="semantic" />
<phase skip="true" type="java" path="" name="icgen" />
<phase skip="true" type="java" path="" name="optimizing" />
<phase skip="true" type="java" path="" name="codegen" />
<phase skip="true" type="java" path="" name="simulating" />
<phase skip="false" type="java" path="" name="semantic" />
<phase skip="false" type="java" path="" name="icgen" />
<phase skip="false" type="java" path="" name="optimizing" />
<phase skip="false" type="java" path="" name="codegen" />
<phase skip="false" type="java" path="" name="simulating" />
</phase>
</phases>
</config>
Expand Down
2 changes: 1 addition & 1 deletion bin/run.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -jar BITMiniCC.jar %1%
java -jar ..\lib\BITMiniCC-obf.jar %1%
Empty file removed run/binary/icgen.exe
Empty file.
Empty file removed run/binary/opt.exe
Empty file.
Empty file removed run/binary/parse.exe
Empty file.
Empty file removed run/binary/pp.exe
Empty file.
Empty file removed run/binary/scan.exe
Empty file.
16 changes: 0 additions & 16 deletions run/config.xml

This file was deleted.

1 change: 0 additions & 1 deletion run/run.bat

This file was deleted.

0 comments on commit a580a23

Please sign in to comment.