VisualText / vscode-nlp

VS Code language extension for NLP++
MIT License
8 stars 4 forks source link

Useful to see intermediate parse tree files even when parse fails #785

Open amnonma opened 1 year ago

amnonma commented 1 year ago

When analyzer fails, seeing the intermediate parse trees generated is useful. 1 - parse trees stop being generated before the error. 2 - parse trees can help debug the problem, as error often occurred a few passes earlier. 3 - you can look at the state of the parse just before the error occurred. 4 - you can see where a parse tree becomes corrupted. @ddehilster

amnonma commented 1 year ago

Well, going to the directory/file listing, the intermediate trees are there for examination. So this is low priority, if necessary at all to put into the NLP++ side.