summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2020-03-14 13:36:41 +0200
committerAdrian Thurston <thurston@colm.net>2020-03-14 13:36:41 +0200
commit569d9766e632ec830a70eb9f6c9b69297b63719f (patch)
tree90c71f84a871367f7996c4fc31d2207507e869a5
parent4ebe2c5f8adb33ae1525197012e790e01f5ea341 (diff)
downloadcolm-569d9766e632ec830a70eb9f6c9b69297b63719f.tar.gz
moved rlhc (now calling it cgil) to it's own place
cgil: Code Gen Intermediate Language
-rw-r--r--cgil/.gitignore2
-rw-r--r--cgil/Makefile.am9
-rw-r--r--cgil/ragel.lm (renamed from ragel/ragel.lm)0
-rw-r--r--cgil/ril.lm (renamed from ragel/ril.lm)0
-rw-r--r--cgil/rlhc-c.lm (renamed from ragel/rlhc-c.lm)0
-rw-r--r--cgil/rlhc-crack.lm (renamed from ragel/rlhc-crack.lm)0
-rw-r--r--cgil/rlhc-csharp.lm (renamed from ragel/rlhc-csharp.lm)0
-rw-r--r--cgil/rlhc-d.lm (renamed from ragel/rlhc-d.lm)0
-rw-r--r--cgil/rlhc-go.lm (renamed from ragel/rlhc-go.lm)0
-rw-r--r--cgil/rlhc-java.lm (renamed from ragel/rlhc-java.lm)0
-rw-r--r--cgil/rlhc-js.lm (renamed from ragel/rlhc-js.lm)0
-rw-r--r--cgil/rlhc-julia.lm (renamed from ragel/rlhc-julia.lm)0
-rw-r--r--cgil/rlhc-main.lm (renamed from ragel/rlhc-main.lm)0
-rw-r--r--cgil/rlhc-ocaml.lm (renamed from ragel/rlhc-ocaml.lm)0
-rw-r--r--cgil/rlhc-ruby.lm (renamed from ragel/rlhc-ruby.lm)0
-rw-r--r--cgil/rlhc-rust.lm (renamed from ragel/rlhc-rust.lm)0
-rw-r--r--configure.ac1
-rw-r--r--ragel/Makefile.am8
18 files changed, 12 insertions, 8 deletions
diff --git a/cgil/.gitignore b/cgil/.gitignore
new file mode 100644
index 00000000..9ee64540
--- /dev/null
+++ b/cgil/.gitignore
@@ -0,0 +1,2 @@
+/Makefile.in
+/Makefile
diff --git a/cgil/Makefile.am b/cgil/Makefile.am
new file mode 100644
index 00000000..57d12e80
--- /dev/null
+++ b/cgil/Makefile.am
@@ -0,0 +1,9 @@
+
+data_DATA = $(CGIL_FILES)
+
+CGIL_FILES = ril.lm rlhc-main.lm \
+ rlhc-c.lm rlhc-csharp.lm rlhc-go.lm rlhc-js.lm rlhc-ruby.lm \
+ rlhc-crack.lm rlhc-d.lm rlhc-java.lm rlhc-julia.lm rlhc-ocaml.lm rlhc-rust.lm
+
+EXTRA_DIST = $(CGIL_FILES)
+
diff --git a/ragel/ragel.lm b/cgil/ragel.lm
index 1325bbb3..1325bbb3 100644
--- a/ragel/ragel.lm
+++ b/cgil/ragel.lm
diff --git a/ragel/ril.lm b/cgil/ril.lm
index cde6ce93..cde6ce93 100644
--- a/ragel/ril.lm
+++ b/cgil/ril.lm
diff --git a/ragel/rlhc-c.lm b/cgil/rlhc-c.lm
index 0a2b6d97..0a2b6d97 100644
--- a/ragel/rlhc-c.lm
+++ b/cgil/rlhc-c.lm
diff --git a/ragel/rlhc-crack.lm b/cgil/rlhc-crack.lm
index bebe7cd5..bebe7cd5 100644
--- a/ragel/rlhc-crack.lm
+++ b/cgil/rlhc-crack.lm
diff --git a/ragel/rlhc-csharp.lm b/cgil/rlhc-csharp.lm
index 078157c5..078157c5 100644
--- a/ragel/rlhc-csharp.lm
+++ b/cgil/rlhc-csharp.lm
diff --git a/ragel/rlhc-d.lm b/cgil/rlhc-d.lm
index 2a047e68..2a047e68 100644
--- a/ragel/rlhc-d.lm
+++ b/cgil/rlhc-d.lm
diff --git a/ragel/rlhc-go.lm b/cgil/rlhc-go.lm
index 21aa1cee..21aa1cee 100644
--- a/ragel/rlhc-go.lm
+++ b/cgil/rlhc-go.lm
diff --git a/ragel/rlhc-java.lm b/cgil/rlhc-java.lm
index a458369f..a458369f 100644
--- a/ragel/rlhc-java.lm
+++ b/cgil/rlhc-java.lm
diff --git a/ragel/rlhc-js.lm b/cgil/rlhc-js.lm
index 29a61346..29a61346 100644
--- a/ragel/rlhc-js.lm
+++ b/cgil/rlhc-js.lm
diff --git a/ragel/rlhc-julia.lm b/cgil/rlhc-julia.lm
index 72108994..72108994 100644
--- a/ragel/rlhc-julia.lm
+++ b/cgil/rlhc-julia.lm
diff --git a/ragel/rlhc-main.lm b/cgil/rlhc-main.lm
index f9abea7e..f9abea7e 100644
--- a/ragel/rlhc-main.lm
+++ b/cgil/rlhc-main.lm
diff --git a/ragel/rlhc-ocaml.lm b/cgil/rlhc-ocaml.lm
index f68b61be..f68b61be 100644
--- a/ragel/rlhc-ocaml.lm
+++ b/cgil/rlhc-ocaml.lm
diff --git a/ragel/rlhc-ruby.lm b/cgil/rlhc-ruby.lm
index 87119465..87119465 100644
--- a/ragel/rlhc-ruby.lm
+++ b/cgil/rlhc-ruby.lm
diff --git a/ragel/rlhc-rust.lm b/cgil/rlhc-rust.lm
index 57cd66e1..57cd66e1 100644
--- a/ragel/rlhc-rust.lm
+++ b/cgil/rlhc-rust.lm
diff --git a/configure.ac b/configure.ac
index 7fff8edd..6cb17e34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -421,6 +421,7 @@ AC_OUTPUT([
aapl/Makefile
colm/Makefile
ragel/Makefile
+ cgil/Makefile
test/Makefile
test/aapl.d/Makefile
test/colm.d/Makefile
diff --git a/ragel/Makefile.am b/ragel/Makefile.am
index 47653d07..5a3761e9 100644
--- a/ragel/Makefile.am
+++ b/ragel/Makefile.am
@@ -10,14 +10,6 @@ pkginclude_HEADERS = \
# nodist_pkginclude_HEADERS = config.h
-data_DATA = $(CGIL_FILES)
-
-CGIL_FILES = ril.lm rlhc-main.lm \
- rlhc-c.lm rlhc-csharp.lm rlhc-go.lm rlhc-js.lm rlhc-ruby.lm \
- rlhc-crack.lm rlhc-d.lm rlhc-java.lm rlhc-julia.lm rlhc-ocaml.lm rlhc-rust.lm
-
-EXTRA_DIST = $(CGIL_FILES)
-
#
# libfsm: state machine construction and direct code generation.
#