diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-10-07 09:33:00 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-10-07 09:33:00 +0100 |
commit | f53c8aee065fac2816b50964d4b7544c84d67837 (patch) | |
tree | c67a4f6d58435115042c4d19484fac4fbc9efedb /.cargo/config | |
parent | aa309291921921b5d6451d907655dfbb496d76ae (diff) | |
parent | fce76cc79a409629eca5536cf407bf95af1eee8b (diff) |
Merge #96
96: [WIP] Begin to add some contributing docs (#95) r=matklad a=DJMcNab
Currently adds some documentation about `cargo gen-kinds`.
Note that I am unsure of some of the details, such as why `DOT` is in `multi_byte_tokens`, hence the [WIP] tag.
Based on #95.
Co-authored-by: Daniel McNab <[email protected]>
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config index 767045bdb..ac7470c7e 100644 --- a/.cargo/config +++ b/.cargo/config | |||
@@ -1,4 +1,5 @@ | |||
1 | [alias] | 1 | [alias] |
2 | # Automatically generates the ast and syntax kinds files | ||
2 | gen-kinds = "run --package tools -- gen-kinds" | 3 | gen-kinds = "run --package tools -- gen-kinds" |
3 | gen-tests = "run --package tools -- gen-tests" | 4 | gen-tests = "run --package tools -- gen-tests" |
4 | install-code = "run --package tools -- install-code" | 5 | install-code = "run --package tools -- install-code" |