RA22-015: make token_node/root_node traits

This commit is contained in:
Raphaël AMIARD
2020-06-12 18:29:15 +02:00
parent 44d515ee77
commit 2060a7c36d
134 changed files with 292 additions and 278 deletions

View File

@@ -4,7 +4,7 @@ grammar foo_grammar {
}
@root_node class FooNode {
@abstract class FooNode implements Node {
}
class Example : FooNode {