Skip to content

dharmeshkakadia/hello-antlr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

hello-antlr

How to run :

  1. Get the code

    git clone https://github.com/dharmeshkakadia/hello-antlr/ && cd hello-antlr
  2. Compile it. This takes care of generating the code for the grammar as well.

    mvn compile
  3. Run it.

    mvn exec:java -q

    it would print:

    Entering Msg : world
    Exiting Msg

About

Simple example of Antlr with maven

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published