Hi I'm looking at ast online parsing using our parsing method here. But if the text is wrong halfway through, and the grammar crashes, I wonder if we can make something like ANTlR4 so that this node or its parent node is the wrong node without affecting the generation of the entire other syntax tree
Hi I'm looking at ast online parsing using our parsing method here. But if the text is wrong halfway through, and the grammar crashes, I wonder if we can make something like ANTlR4 so that this node or its parent node is the wrong node without affecting the generation of the entire other syntax tree