antlr / antlr4-lab

A client/server for trying out and learning about ANTLR
MIT License
39 stars 11 forks source link

bad json response for python grammar #51

Closed parrt closed 2 years ago

parrt commented 2 years ago
Screen Shot 2022-11-10 at 9 45 37 AM
kaby76 commented 2 years ago

The grammars-v4 index doesn't say what targets work, or even whether it contains target code in actions. I am writing an indexer that has all this info, and much more...copyright notices, author, date created, links to pldb.com wikipedia, code size, ... This should help the lab.antlr.org deal with certain grammars like python/python3/. And, it can be used to generate a nice webpage at https://github.com/antlr/grammars-v4.

parrt commented 2 years ago

Cool. Yeah, i figure this might have embedded code or something.

parrt commented 2 years ago

Fixed by https://github.com/antlr/antlr4-lab/pull/59