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

stringtemplate/ has a few problems that should be addressed: * Grammar ST{Parser,Lexer}.g4 is a grammar for regular StringTemplate. * Grammar STG{Parser,Lexer}.g4 is a grammar for StringTemplate group. * These should...

stringtemplate

Referring to this build: https://github.com/antlr/grammars-v4/runs/7878016714?check_suite_focus=true The test consists in parsing this statement with sql/tsql grammar: ``` select fillfactor from (select 1 as fillfactor) t; ``` This shouldn't work as fillfactor...

tsql

Terraform Language grammar is having following parser issues. ``` Args: line 105:18 extraneous input '/' expecting {'data', 'module', 'local', 'var', 'for', 'jsonencode', '[', 'file', '+', '-', 'variable', 'provider', 'in', '*',...

terraform

## Statement of Problem This is a fix for https://github.com/antlr/grammars-v4/issues/2883 Testing in the V4 repo should be incremental, meaning that if one grammar changes, the build will only test the...

Hi Mr @msagca How is the status of verilog grammar, is it stable now? thanks Peter

verilog

Adds limitations to where in compiler directives comments and spaces can exist. Existing examples already cover and comply with the changes. #3028

verilog
system-verilog
glsl

Corrected additiveExpression grammar so that x - y + z is correctly parsed.

ocl