On Nov 16, 2012, at 7:30 PM, Stéphane Ducasse <[email protected]> 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. See http://code.google.com/p/pharo/issues/detail?id=6893 (later we can even replace the RBParser by one implemented in PetitParser) Marcus > Stef > > > On Nov 16, 2012, at 8:08 PM, Marcus Denker wrote: > >> 20403 >> ----- >> >> Issue 6989: Move DebuggerMethodMap to Compiler package >> http://code.google.com/p/pharo/issues/detail?id=6989 >> >> Issue 6988: Run #cleanUpForRelease in postscript >> http://code.google.com/p/pharo/issues/detail?id=6988 >> >> Issue 6894: Add Error tolerant parsing to RB >> http://code.google.com/p/pharo/issues/detail?id=6894 >> >> >> >> Diff information: >> http://ss3.gemstone.com/ss/Pharo20/Kernel-MarcusDenker.1252.diff >> http://ss3.gemstone.com/ss/Pharo20/Compiler-MarcusDenker.360.diff >> http://ss3.gemstone.com/ss/Pharo20/AST-Core-MarcusDenker.103.diff >> >> -- >> Marcus Denker -- http://marcusdenker.de >> >> > > -- Marcus Denker -- http://marcusdenker.de
