https://github.com/pcmarks/antlr4_jython_poc
ANTLR4 / Jython Proof of Concept
https://github.com/pcmarks/antlr4_jython_poc
Last synced: 10 days ago
JSON representation
ANTLR4 / Jython Proof of Concept
- Host: GitHub
- URL: https://github.com/pcmarks/antlr4_jython_poc
- Owner: pcmarks
- Created: 2014-01-15T13:30:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-15T13:37:07.000Z (over 11 years ago)
- Last Synced: 2025-02-17T10:48:55.451Z (3 months ago)
- Language: ANTLR
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An Antlr4/Jython Proof of Concept.
==================================Setup
-----
The following steps assume:
1. jython is in your system's execution path - Jython 2.77b1 was used.
2. The ANTLR v4 library (jar file) is in the CLASSPATH.
3. a4 command invokes the ANTLR v4 Tool.Steps
-----
1. cd to the repository directory
2. a4 R.g4
3. javac *.java
4. jython TestR.py t.R