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)...
I generated the C# code from tree grammar using ANTLR and I cannot find the method downup(). Is the sequence of calls:
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.