summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-05-26 11:22:37 -0400
committerAdrian Thurston <thurston@complang.org>2012-05-26 11:22:37 -0400
commit7b5854a931b1ee0ee539292f74f9bd8e6703680e (patch)
tree2e6b02bbfacaab746af7fe66e57e4534f8bd466b
parentc27bfcffbf51789c31a707e1912d6c42c6ac565e (diff)
downloadcolm-7b5854a931b1ee0ee539292f74f9bd8e6703680e.tar.gz
cleanup: file renaming
codegen.cc for writing the colm program compiler.cc for the main compiler logic synthesis.cc for the bytecode program generation
-rw-r--r--colm/Makefile.am6
-rw-r--r--colm/codegen.cc (renamed from colm/write.cc)0
-rw-r--r--colm/compiler.cc (renamed from colm/colm.cc)0
-rw-r--r--colm/synthesis.cc (renamed from colm/compile.cc)0
4 files changed, 3 insertions, 3 deletions
diff --git a/colm/Makefile.am b/colm/Makefile.am
index 6619ccc8..19bb3dc1 100644
--- a/colm/Makefile.am
+++ b/colm/Makefile.am
@@ -54,12 +54,12 @@ colm_SOURCES = \
parsetree.h pcheck.h pdacodegen.h pdagraph.h pdarun.h pool.h redbuild.h \
redfsm.h rtvector.h tree.h version.h global.h colm.h \
\
- resolve.cc compile.cc lmparse.cc lmscan.cc parsetree.cc \
+ resolve.cc synthesis.cc lmparse.cc lmscan.cc parsetree.cc \
fsmstate.cc fsmbase.cc fsmattach.cc fsmmin.cc \
fsmgraph.cc pdagraph.cc pdabuild.cc pdacodegen.cc fsmcodegen.cc \
redfsm.cc fsmexec.cc main.cc redbuild.cc closure.cc fsmap.cc \
- dotgen.cc pcheck.cc ctinput.cc declare.cc write.cc \
- exports.cc colm.cc
+ dotgen.cc pcheck.cc ctinput.cc declare.cc codegen.cc \
+ exports.cc compiler.cc
colmincdir = $(includedir)/colm
diff --git a/colm/write.cc b/colm/codegen.cc
index 4403cf8f..4403cf8f 100644
--- a/colm/write.cc
+++ b/colm/codegen.cc
diff --git a/colm/colm.cc b/colm/compiler.cc
index a89465d7..a89465d7 100644
--- a/colm/colm.cc
+++ b/colm/compiler.cc
diff --git a/colm/compile.cc b/colm/synthesis.cc
index 794927ad..794927ad 100644
--- a/colm/compile.cc
+++ b/colm/synthesis.cc