aboutsummaryrefslogtreecommitdiff
path: root/codegen/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'codegen/README.md')
-rw-r--r--codegen/README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/codegen/README.md b/codegen/README.md
deleted file mode 100644
index d13aa5d..0000000
--- a/codegen/README.md
+++ /dev/null
@@ -1,11 +0,0 @@
-codegen
-=======
-
-Depends on libsyntex and generates table.rs from table.rs.in. This code is
-separate from the main vtparse crate since compiling libsyntex takes ~1
-eternity.
-
-## Usage
-
-`cargo run` in the codegen folder will process `table.rs.in` and output
-`table.rs`. The latter file should be committed back into the repo.