diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2020-07-29 15:45:23 +0200 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2020-07-29 19:18:25 +0200 |
| commit | 3d28292157e1b6c9675ef64eddf53786c3e7dc5f (patch) | |
| tree | 1942eeab995b0bd191c6a998b47cb20a426e5dd3 /docs/dev | |
| parent | 525ae706b3e4c0f5f8b80d197e5fede0a9974442 (diff) | |
| download | rust-3d28292157e1b6c9675ef64eddf53786c3e7dc5f.tar.gz rust-3d28292157e1b6c9675ef64eddf53786c3e7dc5f.zip | |
Switch to ungrammar from ast_src
The primary advantage of ungrammar is that it (eventually) allows one to describe concrete syntax tree structure -- with alternatives and specific sequence of tokens & nodes. That should be re-usable for: * generate `make` calls * Rust reference * Hypothetical parser's evented API We loose doc comments for the time being unfortunately. I don't think we should add support for doc comments to ungrammar -- they'll make grammar file hard to read. We might supply docs as out-of band info, or maybe just via a reference, but we'll think about that once things are no longer in flux
Diffstat (limited to 'docs/dev')
0 files changed, 0 insertions, 0 deletions
