grammars-v4 icon indicating copy to clipboard operation
grammars-v4 copied to clipboard

Grammars written for ANTLR v4; expectation that the grammars are free of actions.

Results 432 grammars-v4 issues
Sort by recently updated
recently updated
newest added
trafficstars

This PR corrects improper translation/refactoring of several rules from the ISO Spec. Below are the rules from the spec and the transformations used to obtain final form. The changes fix...

cpp

As the title indicates, there is something wrong with declarations containing basic types.

Consider: ```C++ Test type; ``` This statement can't be parsed, notice that a pointer to function parses correctly: `Test type;`. Thanks.

Do you have a plan to Support AWS DynamoDB grammar ?

new-grammar

I tried converting my ANLTR4 grammar to flex/bison with ChatGPT, and it just did it. I haven’t tested it yet. It would seem to be handy to keep grammars in...

how about use hiveParse.g4 in hive/v4 dir? the newset parser grammer files are in hive/v4 dir?are they compatible with the hive/v2?

new-grammar

hi @kaby76 can you adding new Grammer from MarkDown?

I'm looking for DB2 grammar and found a related PR titled [db2 luw grammar - wip](https://github.com/antlr/grammars-v4/pull/3049), but no more progress.