python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Im just starting with ANTLR and I cant decipher where Im messing up with mismatched input error
I've just started using antlr so Id really appreciate the help! Im just trying to make a variable declaration declaration rule but its not working! Ive put the files Im working with below, please lmk ...
Gerard Colman
Votes: 0
Answers: 1
What's the best way to translate ANTLR errors sentences from english to another language?
The application I'm building targets portuguese speaking users. The users can input a sentence which will be interpreted by ANTLR. To provide the users the best feedback from their input I will need t...
Jean Carlos Sanson
Votes: 0
Answers: 2
Is there a way to extract tokens in order with ANTLR?
Hi I'm currently trying to extract all tokens from ANTLR in C#, i'm using Antlr4.CodeGenerator and Antlr4.Runtime packages.
I want them structured in a way i can manipulate them, change their content ...
Jean Carlos Sanson
Votes: 0
Answers: 1