-
Updated
Oct 26, 2021 - Java
ANTLR
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees.
Here are 331 public repositories matching this topic...
-
Updated
Oct 18, 2021 - Java
-
Updated
Oct 15, 2021 - C++
-
Updated
Oct 26, 2021 - Java
-
Updated
Oct 3, 2021 - ANTLR
-
Updated
Sep 23, 2021 - Java
I get this in v1.01 on WIN64:-
GDL> o = Obj_New('IDLanROI', 1,2)
% Procedure not found: IDLANROI__DEFINE
% Execution halted at: $MAIN$
Would someone please add to the ToDo list?
Andrew
-
Updated
Sep 2, 2021 - Java
-
Updated
Oct 16, 2021 - Groovy
-
Updated
Feb 5, 2021 - COBOL
-
Updated
Sep 29, 2021 - ANTLR
Some of the grammars have a ".tree" and ".error" file. Read them as part of the test case and check the parsed output matches.
-
Updated
Nov 14, 2020 - Java
-
Updated
Sep 12, 2018 - Java
Delete the // on line 11 in test/g4/DoubleSemi.hs and we get the following error:
/home/karl/w/antlr-haskell/test/g4/DoubleSemi.hs:15:6: error:
Not in scope: data constructor ‘T_WS’
|
15 | isWS T_WS = True
| ^^^^ Created by Terence Parr
Released February 1992
- Organization
- antlr
- Website
- www.antlr.org
- Wikipedia
- Wikipedia
When running the regression, the resulting logs seem to end up in
third_party/tests/$TEST/.... This of course is not unnoticed by git, so a git status shows a ton of non-added new files added.To reproduce:
make make regression git status # observe all the filesBuild or test artifacts should never clutter the rest of the code-base (we should regard them as read-only in