Skip to content

Do not cleanupTools() while they should still run

Tomaz Canabrava requested to merge work/unbreak_logical_parsing into master

the endParse method is misleading, because some parses are two-stage. when the first state finishes, endParse calls the second stage. This is probably the worse class of Codevis and needs a proper rewrite, but this is an easy fix.

Merge request reports