1
0
Fork 0

include install notes for Antlr4

This commit is contained in:
Kevin Matz 2018-10-17 21:09:16 -04:00
parent c2bfdbb43e
commit 9cc48be40b
1 changed files with 11 additions and 1 deletions

View File

@ -3,9 +3,19 @@
## Installing
Install Python-OSC for output.
> $ pip install python-osc
Building the lexer and parser for Python3
Install Antlr4 for input.
> $ pip install antlr4-python3-runtime
You must also install the ANTLR tool. On a mac with homebrew, do:
> $ brew install antlr
Clone this repository and building the lexer and parser for Python3
> $ antlr4 -Dlanguage=Python3 CommentMacro.g4