Aleksey Kladov 3d28292157 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
2020-07-29 19:18:25 +02:00
..
2020-07-14 20:27:48 +02:00
2020-06-25 16:52:47 +02:00
2020-07-23 16:53:12 +02:00
2020-07-11 20:01:56 +02:00
2020-07-14 20:27:47 +02:00
2020-06-24 16:53:16 +02:00
2020-06-24 16:54:21 +02:00
2020-07-17 15:54:40 +02:00
2020-07-21 17:55:17 +02:00
2020-07-14 20:27:47 +02:00
2020-05-25 13:35:52 -04:00
2020-07-15 22:07:13 +02:00
2020-07-21 17:55:17 +02:00
2020-06-15 10:55:48 +02:00
2020-06-30 14:06:23 +02:00
2020-06-24 16:53:56 +02:00
2020-07-29 19:18:25 +02:00
2020-07-21 17:55:17 +02:00