drforr / perl6-ANTLR4

Parser for ANTLR4 grammar
25 stars 12 forks source link

Additional Documentation required #5

Open jahagirdar opened 8 years ago

jahagirdar commented 8 years ago

I am not able to figure out whether this is a perl6 target for Antlr4 or a module that takes a .g4 file and converts it to a perl6 grammar file.

A complete example in the perldoc using the default hello.g4 example would help in understanding the intent and usage of the module.

drforr commented 8 years ago

The latter, and that's a good point but getting it to properly work post-GLR (yes, there was quite a gap in development time due to health issues) takes priority. I'll add the docs, but you'll notice there's a bin/ directory with the grammar converter.