grammars-v4
grammars-v4 copied to clipboard
Grammars written for ANTLR v4; expectation that the grammars are free of actions.
Hope to write a g4 document about Easytrieve language, thank you
This PR fixes #4521. For lua, I updated the stat.lua.trq file in the examples, correcting the expected count of `stat` nodes in the parse tree. The rest of the numerous...
This is a fix for #4488. This PR fixes all ambiguity in the grammar with the addition of explicit actions and predicates. This is likely the first grammar in grammars-v4...
Looks like the CSharp targets for lua and tcpheader are broken. For the lua grammar, the .trq file needs to be updated with the correct number of `stat` nodes after...
For the latest version of the Trash Toolkit, I modified the code to do a better, and hopefully bug-free, analysis of grammars. The top-level grammar [ResourcePlanParser.g4](https://github.com/antlr/grammars-v4/blob/a9c0af477e3047be24abf525043db4e3b71d5f08/sql/hive/v3/ResourcePlanParser.g4) is not included by...
Hats off: If I want to use the g4 file provided with the library and follow the documentation generated for the Go language to complete the extraction of SQL fingerprints...
hi @kaby76 Can you combine the 3 important grammars? HTML CSS JS
If I had to guess, it looks like [this Postgres parser grammar](https://github.com/antlr/grammars-v4/blob/master/sql/postgresql/PostgreSQLParser.g4) was produced by someone taking a grammar designed for a different parser generator and translating it as literally...
https://groups.google.com/g/antlr-discussion/c/nGvUxmnOxsI
Kumir is a Russian algorithmic language primarily used for teaching programming in schools.