Nov. 17, 2012
7:54 a.m.
On Nov 16, 2012, at 11:44 PM, Marcus Denker wrote:
On Nov 16, 2012, at 7:30 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
I really like the idea of the errorNode.
This is needed to replace the ad-hoc parser that is in the syntax highlighting. With the error nodes, we can just use the same parser and implement syntax highlighting as a normal visitor on the standard AST.
Excellent we could try to work on autocompletion of code :) by trying to smartly substituting the errorCodeNode by the smallest closing element :) Stef