I figured it out. My token types were strings, not ints: '1', not 1, '2', not 2 etc... could have saved a bunch of time if i was using tdd, maybe... figured it out by tracing the execution through the generated parser file. was getting noviablealtexception, which really shouldn't have happened. updated github project...
> Any ideas what i may be doing wrong ?https://github.com/tinku99/antlr-pygments -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
