Using Antlr4 with C#
I am trying to make antlr4 working with c# in Visual Studio 2012 (I have
antlr extension), but when I try to compile my project, error appears
(Unkown build error: Object reference not set to an instance of an
object). When I try to run antlr jar on my grammar, null pointer exception
appears.
No comments:
Post a Comment