lots of changes
authorPeizhao Ou <peizhaoo@uci.edu>
Wed, 23 Oct 2013 11:09:23 +0000 (04:09 -0700)
committerPeizhao Ou <peizhaoo@uci.edu>
Wed, 23 Oct 2013 11:09:23 +0000 (04:09 -0700)
commit1d4b1988dce853be3a027adca7e5cd0d61b4855a
tree7d4d55d0677ad3e5c3f01d8b655bf9b2b21bda7f
parentf32aa9d68bb48b853fce1b667a756d77060500ec
lots of changes
22 files changed:
grammer/pre_scanner.jj [new file with mode: 0644]
grammer/spec-compiler.jj [deleted file]
grammer/spec.txt
grammer/spec_compiler.jj [new file with mode: 0644]
run-javacc.sh
src/edu/uci/eecs/specCompiler/codeGenerator/CodeGenerator.java
src/edu/uci/eecs/specCompiler/codeGenerator/CodeVariables.java
src/edu/uci/eecs/specCompiler/codeGenerator/SemanticsChecker.java
src/edu/uci/eecs/specCompiler/specExtraction/CPDefineCheckConstruct.java
src/edu/uci/eecs/specCompiler/specExtraction/CPDefineConstruct.java
src/edu/uci/eecs/specCompiler/specExtraction/Construct.java
src/edu/uci/eecs/specCompiler/specExtraction/EntryPointConstruct.java
src/edu/uci/eecs/specCompiler/specExtraction/GlobalConstruct.java
src/edu/uci/eecs/specCompiler/specExtraction/InterfaceConstruct.java
src/edu/uci/eecs/specCompiler/specExtraction/InterfaceDefineConstruct.java
src/edu/uci/eecs/specCompiler/specExtraction/PotentialCPDefineConstruct.java
src/edu/uci/eecs/specCompiler/specExtraction/SpecConstruct.java [deleted file]
src/edu/uci/eecs/specCompiler/specExtraction/SpecConstructInfo.java [deleted file]
src/edu/uci/eecs/specCompiler/specExtraction/SpecExtractor.java
src/edu/uci/eecs/specCompiler/specExtraction/SpecNotMatchException.java [deleted file]
test.c [deleted file]
test.cc [new file with mode: 0644]