Hello Angelo,

Yes, I'm aware of that and I saw that issue on tracker. Actually there are no 
much variants of error recovery in
recursive parser. You can either insert missing token or skip unexpected ones 
until required is found or EOF is reached.
And you should not expect something very meaningful from resulting AST since it 
was error anyway :-). I'd say that
couple of weeks is enough to add trivial error recovery to the parser to see at 
least partial AST and list of errors.


>>  I'd prefer to use Shift because it's fast, it's nice Java etc


> Yes sure, but it seems that Shift doesn't support tolerant parser which is 
> very required for a JS editor. See 
> https://github.com/shapesecurity/shift-java/issues/93


> Regard's Angelo



-- 
Eugene Melekhov

_______________________________________________
wtp-dev mailing list
wtp-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev

Reply via email to