antlr / grammars-v4

Grammars written for ANTLR v4; expectation that the grammars are free of actions.
MIT License
10.13k stars 3.69k forks source link

CPP grammar : Don't know how to compile #869

Closed z-banu closed 6 years ago

z-banu commented 7 years ago

Hello sir I am a beginner . This is the first time im working with grammars or antlr . These are the steps i used : 1.cd C:\Javalib\new 2...\antlr4.bat CPP14.g4 3.javac *.java 4...\grun CPP14 test.cpp After this my command prompt stands still Can u tell me steps for compiling it. Thanks and Regards Zuvairiya Banu K

teverett commented 6 years ago

@z-banu can we see test.cpp please?

teverett commented 6 years ago

@z-banu please look here https://github.com/teverett/antlr4-cpp-example