Skip to content

LittleNewton/antlr_python_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Generate Visitor

java -jar antlr-4.12.0-complete.jar -Dlanguage=Python3 -visitor Calculator.g4

How to get started?

  1. Install Python and conda, and create a isolated python environment antlr
  2. Install python modules listed in requirements.txt
  3. Launch calculator by type command python MyVisitor.py
  4. Just enjoy it.

About

A ANTLR4 demo with Python3 target.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published