jannavarro

Results 3 issues of jannavarro

I currently have antlr 3.1.1 in my code. I am planning to move to 3.5.0.2 so I installed it from Nuget. Upon installing I encountered errors in the generated Lexer...

Followed your steps in the readme. When running the gulp build step I encountered an error. ![image](https://cloud.githubusercontent.com/assets/4499051/7577072/922761dc-f801-11e4-9190-da730668666b.png) It says it cannot find the app.js even though it is created as...

I initialized `Client` class by passing an api key in its constructor. ```var client = new Client(apikey);``` Calling `Client.SendAsync` with a `Message` having a null or empty api key will...