lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


hi

seems like most if not all calls for core changes in
this area just want the parser to add yet more sugar.

In other words, it should be possible to implement
"lua++" as a "luafront" preprocessor
-- and you can even add <templates> :)
without touching the core


cheers


On Sunday 16 January 2005 12:23, Asko Kauppi wrote:
> by demanding language (core) changes, rather just coming up with a
> working add-on, and if _then_ we find there's a crucial
...
> >> André de Leiradella wrote:
...
> >> This is very possible... there are various ways to do it, but that's
> >> what metaprogramming is about.
...
> > I've done it myself, and I'm not happy.
...
> > self.super.something(self, ...) or SuperClassName.something(self, ...).