grammars-v4
grammars-v4 copied to clipboard
Grammars written for ANTLR v4; expectation that the grammars are free of actions.
After noticing the [http grammar](https://github.com/antlr/grammars-v4/tree/a0125e0910fca226d4867cd8433e8be7ecdc60f0/http) not placing some test inputs in a directory called `example/`, I wrote a script to go through all the grammars and find missing `examples/` directories....
Looks like the build regressed for some of the targets. https://github.com/antlr/grammars-v4/actions/runs/10859932031/job/30139904745?pr=4237#step:24:121 I'll have a fix sometime today. (It was caused by some "copy-paste" code that should have been adjusted.)
Team up
Hi All We are Hong Kong Programming Society and now want to create a php-like scripting language for web dev running on top of JVM. Is anybody want to team...
This is another in a series of some ambiguities and improvements that I'm finding with the newest version of trparse with the `--ambig` option to display ambiguous parses. Input: [in.txt](https://github.com/user-attachments/files/17006158/in.txt)...
This is the first of a series of some ambiguities and improvements that I'm finding with the newest version of trparse with the `--ambig` option to display ambiguous parses. Input:...
This file does not have a license information. In the case of a missing license, is there a default license we can used for .g4 files under antler/grammars-v4? https://github.com/antlr/grammars-v4/tree/master/http
There is no clickhouse .g4 files in this directory:**https://github.com/antlr/grammars-v4/blob/master/sql/** So when to add clickhouse' .g4 files?
Hey, any plans on adding TDengine SQL and InfluxQL grammars? Thanks.
https://github.com/antlr/grammars-v4/blob/e07dbbf3445d31da61af5f54f04df78ea40ab9f8/sql/plsql/PlSqlParser.g4#L5594C7-L5594C18 index_name is a object in statement like create_index. but in cursor_loop_param, index_name should be regarded as a variable. i suggest index_name (in cursor_loop_param )should be define as variable_index_name which...