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 317 grammars-v4 issues
Sort by recently updated
recently updated
newest added

Excel function link is https://support.microsoft.com/zh-cn/office/excel-%E5%87%BD%E6%95%B0-%E6%8C%89%E5%AD%97%E6%AF%8D%E9%A1%BA%E5%BA%8F-b3944572-255d-4efb-bb96-c6d90033e188?ui=zh-cn&rs=zh-cn&ad=cn#bm18

excel

@KvanTTT @kaby76 It would be helpful if we could rebase PR's from GH. We can force dependabot to rebase its PR's but not other PR's. Could this help? https://github.com/cirrus-actions/rebase

Latex is a very popular language but missing in this repository.

new-grammar

Hello, I was testing and using the grammar of Dart2 with antlr4, but I think for some reason some rule to recognize collection literals is not defined. I run a...

dart

Can you provide sample grammar for MS Power Query (M Language)?

new-grammar

The parser currently doesn't induce semicolons correctly: The statementList ```golang i := a +b ``` is parsed as a single line `i := a + b`: ![semi](https://user-images.githubusercontent.com/15216033/152435940-58a40c5b-3b99-4930-bc8b-c358fa6a9e20.png) but a semicolon...

go

- [ ] using Functions (e. g. `CHR()`) in `TRIM` does not work correct - [ ] `MULTISET Operators` does not work - [ ] `FORALL` does not work correct...

plsql

```g4 assignment_expression ::= [identifier ":="] expression ``` An assignment expression (sometimes also called a “named expression” or “walrus”) assigns an expression to an identifier, while also returning the value of...

python3

I've been updating the Antlr4 tool for the Go target and decided to test out the new tool on grammars-v4/ as this is a more extensive test that the unit...

CPP14 is great but they now have C++17 and C++20, would be great to add or update current cpp grammar

cpp