Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jiweixing committed Apr 9, 2019
1 parent c459462 commit feefbf3
Show file tree
Hide file tree
Showing 41 changed files with 325 additions and 565 deletions.
18 changes: 2 additions & 16 deletions .classpath
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>
2 changes: 2 additions & 0 deletions .settings/org.eclipse.core.resources.prefs
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
6 changes: 3 additions & 3 deletions .settings/org.eclipse.jdt.core.prefs
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
34 changes: 0 additions & 34 deletions bit-minic-clean/src/bit/minisys/minicc/MiniCCCfg.java

This file was deleted.

285 changes: 0 additions & 285 deletions bit-minic-clean/src/bit/minisys/minicc/MiniCCompiler.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit feefbf3

Please sign in to comment.