Ken Domino

Results 839 comments of Ken Domino

> should add schema compatible here[?] I would not do that. This grammar was just added and is maintained by @mike-lischke who works at Oracle on MySQL!

> I use CSharp to implement MySQLBaseLexer.cs MySQLBaseRecognizer.cs follow TypeScript Implement You are not giving us complete, factual code. The grammars-v4/sql/mysql/Oracle/*.g4 grammar cannot be used as is with the CSharp...

A few days ago, someone on StackOverflow asked about porting the grammars-v4/sql/mysql/Oracle/ grammar to CSharp (https://stackoverflow.com/q/78558707/4779853). His port contained some bugs, but I fixed it, and posted the complete program...

All ambiguity for that input .txt file was in one parse rule: `equation` with Decision State 80. ![Image](https://github.com/user-attachments/assets/58e5cd9f-a6b1-41c8-9cb3-38bb187e0cbd) I created a simple short input that parses and demonstrates the ambiguity...

This needs to be solved since the build compares outputs--and soon the .tree files--across targets.

> This could be solved by converting the set to a naturally ordered list. I think there's more to it because the LA sets are not the same at all...

This is an old bug, but I am working out why there are differences because someone is trying to use [grammars-v4/csharp](https://github.com/antlr/grammars-v4/tree/19de2a44eaef0de599044b76ede8492fb8e07b4d/csharp) (CSharp target) in StackOverflow (https://stackoverflow.com/questions/78424669/linking-visitmember-access-and-visitifstatement-methods-of-antlr4#comment138303496_78424669). (I created the desc.xml...

(Note, for comparison with the Intellij Antlr Plugin, which also uses the "interpreter", the node is displayed "selectItem:selectSingle". So, it should be possible.)

Antlr4 does not generate base class files. These are written by hand per grammar to implement the Antlr "actions" referenced in the .g4's. You are referring to one of the...

I am not getting any parse error. ``` $ trgen -t Go CSharp NeuroDataChecklist.g4 success 0.0361382 Dependency graph of grammar: 2 vertices, 1 edges NeuroDataChecklistParser: NeuroDataChecklistParser->NeuroDataChecklistLexer NeuroDataChecklistLexer: Top-level grammars NeuroDataChecklistLexer...