How to visit node of ANTLR tree without using children

前端 未结 0 804
半阙折子戏
半阙折子戏 2021-01-20 22:45

I new one in using antlr and with my c# I am facing to problem in this very simple grammar:

grammar quest;

prog:   stat+ ;

stat:   expr NEWLINE
    ;

expr:         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题