lots of changes
authorPeizhao Ou <peizhaoo@uci.edu>
Fri, 25 Oct 2013 23:17:02 +0000 (16:17 -0700)
committerPeizhao Ou <peizhaoo@uci.edu>
Fri, 25 Oct 2013 23:17:02 +0000 (16:17 -0700)
commit1c89b92ed0363b0c283fc49cdd4f53451eb47d3d
treef339f82c42bd3138fed1a43b21f2593b2b27f309
parent8fcaf1ba65c288366e19df78a7223895385cf355
lots of changes
19 files changed:
grammer/spec.txt
grammer/spec_compiler.jj
notes/generated_code_examples.txt
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/ActionSubConstruct.java [deleted file]
src/edu/uci/eecs/specCompiler/specExtraction/Construct.java
src/edu/uci/eecs/specCompiler/specExtraction/FunctionHeader.java
src/edu/uci/eecs/specCompiler/specExtraction/InterfaceConstruct.java
src/edu/uci/eecs/specCompiler/specExtraction/ParserUtils.java
src/edu/uci/eecs/specCompiler/specExtraction/QualifiedName.java [new file with mode: 0644]
src/edu/uci/eecs/specCompiler/specExtraction/SequentialDefineSubConstruct.java
src/edu/uci/eecs/specCompiler/specExtraction/SourceFileInfo.java [new file with mode: 0644]
src/edu/uci/eecs/specCompiler/specExtraction/SpecExtractor.java
src/edu/uci/eecs/specCompiler/specExtraction/VariableDeclaration.java [new file with mode: 0644]
test.c [new file with mode: 0644]
test.cc [deleted file]
test.h