Domemtech.Trash
Domemtech.Trash copied to clipboard
Toolkit for grammars
I am trying to convert a really old bison grammar file, trying to update our engine to test out an antlr4 parser since it is a lot easier to expand...
See https://github.com/antlr/grammars-v4/pull/4020.
Trash needs XQuery and the most recent XPath. It cannot implement programming language semantics (defs and refs of a symbol) without moving forward.
Hey there, I stumbled upon this project and wanted to try it out on my system. I looked for the installation instructions in the README and saw that it requires...
First off, thanks for the incredible suite of tools here; really looking forward to leveraging them when/where I can on projects. Not sure if this was an older feature, but...
Antlr Intellij plugin does show this information.
The only time we need to reference Antlr4.Runtime.Standard is with conversion from an initial parse. Otherwise, we don't need it.
On Ubuntu 20.04: $ trparse gUnit.g3 System.IO.FileNotFoundException: Could not load file or assembly '/home/phdyex/.dotnet/tools/.store/trparse/0.20.12/trparse/0.20.12/tools/net7.0/any/antlr3.dll'. The system cannot find the file specified. File name: '/home/phdyex/.dotnet/tools/.store/trparse/0.20.12/trparse/0.20.12/tools/net7.0/any/antlr3.dll' at System.Reflection.Assembly.LoadFile(String path) at Trash.Grun.DoParse(String parser_type,...