On Wednesday 06 January 2016 15:29:57 Fred van Stappen wrote:
> > Done, git master 5dce64c0f69faad41afebe928b72243abfd96f1b.
> >
> > Warning: It does not parse the code so it does not skip comments for
> > example.
>
> =>
>
> While x < 999999999 do
> begin
> WOW := WOW + WOW;
> inc(x);
> end;
>
> Magnifique (and it hightlights the hole word => always better than me ;-)
> ).
>
> May I add all the "word"-"end" family ("try"-"end", "case"-""end",
> "class"-"end", etc...)?
>
That will not work because of nested begin/end. Pair word marking is a 
typical "not good enough" solution. ;-)
I do not plan to implement a full realtime pascal parser.
Maybe it is possible to combine several start tokens with a single end token.

Martin

------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to