Top "Antlr" questions

ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.

Practical difference between parser rules and lexer rules in ANTLR?

I understand the theory behind separating parser rules and lexer rules in theory, but what are the practical differences between …

parsing antlr lexical-analysis
ANTLR Operator Precedence

How is operator precedence implemented in ANTLR? I'm using the XText/Antlr package at the moment. Edit: I did what …

compiler-construction antlr xtext
ANTLR JavaScript Target

I have been using ANTLR to generate a parser + tree grammar for a mark up language with Java target which …

javascript antlr
LALR vs LL parser

I've been using lex/yacc and now I'm trying to switch to ANTLR. The major concern is that ANTLR is …

parsing antlr yacc lalr ll
What is the purpose of Antlr package in Visual Studio 2013 ASP.NET project?

The ASP.NET (web forms) project template in Visual Studio 2013 includes several packages. I'm trying to figure out which ones …

asp.net visual-studio-2013 antlr nuget-package
start rule: <select from navigator or grammar> in antlr plugin in IntelliJ

I have created simple grammar file in IntelliJ but failing to see any effect of Antlr plugin. When I open …

intellij-idea antlr antlr4
Running/Interpreting C on top of the JVM?

Is there a way to run plain c code on top of the JVM? Not connect via JNI, running, like …

java c jvm antlr interpreter
ANTLR not throwing errors on invalid input

I'm using ANTLR to parse logical expressions in a Java tool I'm writing, and I'm having issues because passing invalid …

java exception antlr antlrworks
Antlr rule priorities

Firstly I know this grammar doesn't make sense but it was created to test out the ANTLR rule priority behaviour …

antlr antlr3
How can i see the live parse tree using Antlr4 Ide in Eclipse?

I'm new using Antlr4 but I know that exist a plugin for Eclipse. I have a simple question...After I …

eclipse eclipse-plugin antlr grammar antlr4