aboutsummaryrefslogtreecommitdiff
path: root/codegen/README.md
blob: d13aa5db4ab8e43b0a8bb5d22398bfd8b9aebbd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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.