@prelect/prelect.g4
v2027.0.4
Published
This is the antlr4-compatible EBNF syntax for the PRELECT programming language project.
Readme
PRELECT.g4
Description
This is the antlr4-compatible EBNF syntax for the PRELECT programming language project.
Getting Started
Install ANTLR on your system by any means necessary.
This script downloads the jar file necessary to build the bindings.
npm run getJarThis script runs a tree test of the ./test/test.en.xpl file.
npm run treeIf you install the repo locally and have antlr installed correctly, try this:
npm run gui