grammars-v4
grammars-v4 copied to clipboard
Grammars written for ANTLR v4; expectation that the grammars are free of actions.
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...
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...
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', '*',...
## 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
Adds limitations to where in compiler directives comments and spaces can exist. Existing examples already cover and comply with the changes. #3028