-
Visit https://www.antlr.org/download.html, download https://www.antlr.org/download/antlr-4.13.1-complete.jar.
-
Execute the following command under the root directory of the project:
java -jar ./antlr-4.13.1-complete.jar -Dlanguage=Cpp gpsr.g4 -visitor -no-listener -o ./parser
- This will overwrite existing
gpsrBaseVisitor.h
andgpsrBaseVisitor.cpp
. Inherit theBaseVisitor
class and put your code there, in an individual file likegpsrExtVisitor.h
.
- This will overwrite existing
-
Notifications
You must be signed in to change notification settings - Fork 0
tinkerfuroc/tk23_GPSR
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published