Hi All,
I have been using the javascript target of ANTLR to generate a recognizer
for my web page. It is working as expected, so I wanted to factor the code,
to move some common functionality to a function inside the @members section.
For some reason,
this definition is not getting picked up, and the recognizer reports that
the function is not defined. Any idea whether, this a bug in the javascript
target?
I am using the normal function definition, i.e., function doSomething(){}
inside the @members section.Has anyone run into this issue? Any help would be great! Thanks -- Kunal Sawlani List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- 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.
