diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/notes | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/notes b/src/notes index 4a4487b..6f609ff 100644 --- a/src/notes +++ b/src/notes @@ -14,6 +14,4 @@ initializing a lua_State (lua_newstate) next = NULL stack = NULL -== todo stack -where are stack_last/base/top initialized? -lua_State's stack +Lua's stack vs globals: https://lucasklassmann.com/blog/2019-02-02-how-to-embeddeding-lua-in-c/#exposing-a-simple-variable |