How to iterate in python visitor of antlr

前端 未结 0 1043
小鲜肉
小鲜肉 2020-12-21 00:42

I am trying to create objects using visitors of the python target. For the following grammar rule:

prog : stat+ ;

I have this visitor code fo

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