Bruno BELANYI
|
b62fc19da9
|
Make comments a single node in the grammar
This looks to be a *strong* idiom in tree-sitter parsers.
|
2024-04-11 18:36:20 +01:00 |
|
Bruno BELANYI
|
be1e3f07d3
|
Make 'line_comment' more explicit about newlines
Because of the way regular expressions work, they were already bounded
at newlines here, but explicit is better than implicit :-).
|
2024-04-10 15:20:29 +00:00 |
|
Bruno BELANYI
|
eec21c84da
|
Add block comments
|
2024-04-08 20:15:59 +01:00 |
|
Bruno BELANYI
|
6d3dd1c8cb
|
Fix line comments syntax
Don't write parsers after midnight kids.
For the explanation: I mixed up the syntax bits between Blueprint and
textual protocol buffers...
|
2024-04-08 20:15:59 +01:00 |
|
Bruno BELANYI
|
26b6891160
|
Add comments
|
2024-04-08 20:15:59 +01:00 |
|