modification
authorPeizhao Ou <peizhaoo@uci.edu>
Tue, 8 Oct 2013 07:39:38 +0000 (00:39 -0700)
committerPeizhao Ou <peizhaoo@uci.edu>
Tue, 8 Oct 2013 07:39:38 +0000 (00:39 -0700)
interpreter.cc [deleted file]
notes/README.txt [new file with mode: 0644]

diff --git a/interpreter.cc b/interpreter.cc
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/notes/README.txt b/notes/README.txt
new file mode 100644 (file)
index 0000000..6304dce
--- /dev/null
@@ -0,0 +1,4 @@
+####------------------------------------------------------------------------####
+This repository contains all the source code and library for the specification
+compiler. This compiler is written with Java. It takes the C/C++11 source files
+and translates them into the new source code for the model checker.