Metadata-Version: 2.1
Name: antlr4-mysql
Version: 0.1.1
Summary: antlr4-mysql
Home-page: https://github.com/jsbxyyx/antlr4-mysql
Author: jsbxyyx
Author-email: jsbxyyx@163.com
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: antlr4-python3-runtime (==4.9.2)

# How to use
pip install antlr4-mysql

# How to build
## What You Need

JDK 1.8 or later (generate python code)

Python3

## generated python code
java -jar antlr4-4.9.2-complete.jar -Dlanguage=Python3 *.g4 -visitor -o am/autogen

## Required dependency

antlr4-python3-runtime

## For test
mysql_base_test.py


