congo-cc / congo-parser-generator

The CongoCC Parser Generator, the Next Generation of JavaCC 21, which in turn was the next generation of JavaCC
https://discuss.congocc.org/
Other
36 stars 11 forks source link

Template fails to load in test-python #51

Closed adMartem closed 1 year ago

adMartem commented 1 year ago

In vitro the template parses ok, with the expected undefined variables, yet it still fails to load in situ. This is not at all urgent, I just wanted to solve the issues with harmonizing Python (and CSharp next) so that it tracks the Java version of the template before I try to do a PR of the rest of the JTB experimental feature that will pass all the Python (and CSharp) tests. I will continue to try and figure out what is happening in the meantime, but my first attempts at setting up the ability to debug the python congo were interrupted. (See python test)

adMartem commented 1 year ago

This fixed itself with something I've done.