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-21 10:50:24 +02:00
2020-07-23 16:53:12 +02:00
2020-07-21 17:17:21 +02:00
2020-07-24 16:30:12 +02:00
2020-07-24 17:38:18 +02:00
2020-07-24 20:18:01 +00:00
2020-07-29 09:23:33 +00:00
2020-07-28 20:59:48 +02:00
2020-07-16 14:29:57 +00:00
2020-07-25 10:35:45 +02:00
2020-07-29 09:23:33 +00:00
2020-07-14 14:58:10 +02:00
2020-07-26 11:05:28 +02:00
2020-07-18 16:40:10 +02:00