[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] llua Higher-level C API for Lua
- From: Leo Razoumov <slonik.az@...>
- Date: Thu, 20 Mar 2014 08:39:41 -0400
On 3/16/14, Sean Conner <sean@conman.org> wrote:
> It was thus said that the Great Tim Hill once stated:
>
> I tend to use the notation used in Forth [1]:
>
> lua_pushnil(L); /* ( -- X ) */
> lua_pushstring(L,"xxx"); /* ( X -- X s ) */
> /* etc ... */
>
> The notation is:
>
> ( pre-statement stack -- post-statement stack )
>
After doing the same for a while I found out that
I only need to include the post-statement stack in my comment.
The pre-statement stack is the post-statement stack of the previous line.
--Leo--
- References:
- Re: [ANN] llua Higher-level C API for Lua, Dirk Laurie
- Re: [ANN] llua Higher-level C API for Lua, steve donovan
- Re: [ANN] llua Higher-level C API for Lua, Coda Highland
- Re: [ANN] llua Higher-level C API for Lua, steve donovan
- Re: [ANN] llua Higher-level C API for Lua, Coda Highland
- Re: [ANN] llua Higher-level C API for Lua, steve donovan
- Re: [ANN] llua Higher-level C API for Lua, Liam Devine
- Re: [ANN] llua Higher-level C API for Lua, steve donovan
- Re: [ANN] llua Higher-level C API for Lua, Rena
- Re: [ANN] llua Higher-level C API for Lua, Tim Hill
- Re: [ANN] llua Higher-level C API for Lua, Sean Conner