Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 711 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 711 Bytes

ANTLR-v4 Playground

Webpage: http://miho.github.com/antlr-4-playground/

Project Details

  • Playground for upcoming ANTLR 4 version

  • It contains a NetBeans Project for ANTLR v4 and experimental applications.

NOTE

I HATE Maven like dependencies. They never work. There is always a missing library. That is why ANTLR sources and binary build dependencies are included.

Compile

Open the antlr-4 project in NetBeans (location: antlr/antlr-4) and build the project. The final ANTLR library can be found in the antlr/deploy folder.

Try Experimental Applications

Open one of the NetBeans projects that are located in the antlr/experiments folder and run it.