tree-grammar
ANTLR's AST tree grammar + lists
I\'ve have read a lot trying to find a way to cleanly consume lists in ANTLR\'s tree grammar. Here is what I have tried and their results (I really hope I\'m missing something trivial)...[详细]
2023-02-21 10:36 分类:问答ANTLR, lack of method in C# target
I generated the C# code from tree grammar using ANTLR and I cannot find the method downup(). Is the sequence of calls:[详细]
2023-01-11 10:01 分类:问答ANTLR - Writing a tree grammar for an AST
I have an AST outputted for some Lua code by my grammar file, which currently does parsing and lexing for me. I want to add a tree grammar to this, but since i\'m using C# i\'m not sure how to do it.[详细]
2022-12-20 00:46 分类:问答