-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
325 additions
and
565 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="lib" path="lib/jdom.jar"/> | ||
<classpathentry kind="lib" path="lib/codegen.jar"/> | ||
<classpathentry kind="lib" path="lib/icgen.jar"/> | ||
<classpathentry kind="lib" path="lib/opt.jar"/> | ||
<classpathentry kind="lib" path="lib/parser.jar"/> | ||
<classpathentry kind="lib" path="lib/pp.jar"/> | ||
<classpathentry kind="lib" path="lib/scanner.jar"/> | ||
<classpathentry kind="lib" path="lib/semantic.jar"/> | ||
<classpathentry kind="lib" path="lib/simulator.jar"/> | ||
<classpathentry kind="lib" path="lib/util.jar"/> | ||
<classpathentry kind="lib" path="lib/jython.jar"/> | ||
<classpathentry kind="lib" path="lib/antlr-4.6-complete.jar"/> | ||
<classpathentry kind="lib" path="lib/Mars4_5.jar"/> | ||
|
||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> | ||
<attributes> | ||
<attribute name="owner.project.facets" value="java"/> | ||
</attributes> | ||
</classpathentry> | ||
|
||
<classpathentry kind="lib" path="lib/BITMiniCC-obf.jar"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
encoding//src/bit/minisys/minicc/MiniCCompiler.java=UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 | ||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve | ||
org.eclipse.jdt.core.compiler.compliance=1.7 | ||
org.eclipse.jdt.core.compiler.compliance=1.8 | ||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate | ||
org.eclipse.jdt.core.compiler.debug.localVariable=generate | ||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.7 | ||
org.eclipse.jdt.core.compiler.source=1.8 |
This file was deleted.
Oops, something went wrong.
285 changes: 0 additions & 285 deletions
285
bit-minic-clean/src/bit/minisys/minicc/MiniCCompiler.java
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
bit-minic-clean/src/bit/minisys/minicc/icgen/IMiniCCICGen.java
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
bit-minic-clean/src/bit/minisys/minicc/optimizer/IMiniCCOptimizer.java
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
bit-minic-clean/src/bit/minisys/minicc/pp/IMiniCCPreProcessor.java
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
bit-minic-clean/src/bit/minisys/minicc/scanner/IMiniCCScanner.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.