-
After I upgraded the plugin version from 1.20 to 1.21, the plugin crashed after opening the project. Here is the error message:
```
antlr can't process PS.g4
java.lang.NullPointerException: Canno…
-
When compiling grammar/PlSqlParser.g4 I get a warning:
$ antlr4 -Dlanguage=Python3 grammar/PlSqlParser.g4
```bash
warning(154): PlSqlParser.g4:6241:0: rule json_function contains an optional bloc…
-
分析出当前sql内容中新创建的 catalog名/schema名/表名/视图名/函数名/字段名,用于自动补全
-
When trying to use the `PlSql` in a basic example as described by the documentation TypeScript reports a type error when using the gramma specific `PlSqlLexer` and `PlSqlParser`.
**This is how the …
-
I'm trying to build an online yacc/lex (LALR(1)) grammar editor/tester to help develop/debug/document grammars the main repository is here https://github.com/mingodad/parsertl-playground and the onlin…
-
I download the `tsql` g4 parser files from [v4-grammers/sql/tsql](https://github.com/antlr/grammars-v4/tree/master/sql/tsql), but extension seems cannot parse it correctly:
-
Hi,
This [PR](https://github.com/antlr/antlr4/pull/4217/files#diff-7c99c0b7a2507f0ed32c83f5634f6d281157f04c1391820f3ccb734bbb7652fb) introduces a bug in the npm package definition.
In the `e…
-
This is an issue when running separate `lexer grammar` and `parser grammar` (thus using `options { tokenVocab = MyLexer ; }`).
File Structure:
```
Project
| 📁 src
| | 📁 main
| | | 📁 antlr4
…
-
This is a tracking issue collecting requests for new languages to add to nvim-treesitter. If you would like to add a language to the list, comment on this issue with the following information:
* na…
-
According to [this](https://stackoverflow.com/questions/77023896/i-cant-trigger-antlr-rule/77033683#77033683), the priority of `backreference` should be moved to the top in order to parse octal litera…