lua-users home
lua-l archive

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


On 19/08/2011 2.08, Sean Conner wrote:
 [...] I'm using a stack notation popular from Forth to mark the stack effects
of each line.  Top of stack is always on the right, and the stack before and
after the call is separated by a "--".

Nice notation: it's quite clear and instantly readable.

--
  Enrico