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
It appears as though the JavaScript target is broken again in the 3.4 distribution. 3.3 is working fine for me though.