ANTLR JavaScript Target

后端 未结 4 996
执念已碎
执念已碎 2021-02-20 12:09

I have been using ANTLR to generate a parser + tree grammar for a mark up language with Java target which works fine. Now I am trying to get the target in JavaScript to use it i

4条回答
  •  旧时难觅i
    2021-02-20 13:02

    It appears as though the JavaScript target is broken again in the 3.4 distribution. 3.3 is working fine for me though.

提交回复
热议问题