[squeak-dev] The Inbox: Compiler-mtf.105.mcz

Igor Stasenko siguctua at gmail.com
Tue Jan 11 23:29:56 UTC 2011


>
> Added support for positional messages and matrix expressions, from cobalt. Used in OpenGL
>

Personally i would implement these syntax extensions is separate
Parser/Class subclasses
and then put them in use locally by classes which using them, by
redefining  #parserClass/compilerClass.

I don't think that everyone will be happy seeing these syntax
extensions enabled by default.
Let us keep base syntax in core classes. Compiler and Parser code
already clobbered enough up to the point to be completely thrown out
and replaced by implementation from scratch :)


-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list