lua icon indicating copy to clipboard operation
lua copied to clipboard

Nim Wrapper to interface with the Lua interpreter

Results 5 lua issues
Sort by recently updated
recently updated
newest added

- I want to generate a lua table in nim.

I think there is a problem with linking to DLLs in `lua.nim`. There are links to shared libraries written as glob/regular expressions (e.g. `lua(|5.1|5.0).dll`). When running compiled `exe`, it probably...

What does it do? Allow you to call lua from it, AFAICS. Though i suppose exporting might also be interesting to do.

I was trying to use the Lua 5.2 bindings but ran into an error while trying to call lua_tostring. It turns out, this was because the template `lua_tostring` in `lua52.nim`...

nim c -r examples/luaex.nim ``` could not import: lua_equal ```