gopher-lua icon indicating copy to clipboard operation
gopher-lua copied to clipboard

GopherLua: VM and compiler for Lua in Go

Results 120 gopher-lua issues
Sort by recently updated
recently updated
newest added

- [X] GopherLua is a Lua5.1 implementation. You should be familiar with Lua programming language. Have you read [Lua 5.1 reference manual](http://www.lua.org/manual/5.1/) carefully? - [X] GopherLua is a Lua5.1 implementation....

- [X] GopherLua is a Lua5.1 implementation. You should be familiar with Lua programming language. Have you read [Lua 5.1 reference manual](http://www.lua.org/manual/5.1/) carefully? - [X] GopherLua is a Lua5.1 implementation....

Hi, and thanks for creating this great Golang Lua VM! I've been trying to do some sandboxing and failed to find good support for it in gopher-lua. The methods suggested...

Fixes # (no issue created). Changes proposed in this pull request: - A new lua.NewState option `ExecutionLimit uint`. Sets the maximum number of operations to execute. A value of `0`...

Fixes #250 Changes proposed in this pull request: - LStates can now optionally limit how many LTables and how many LTable keys are set - This provides basic memory quotas...

- [ ] GopherLua is a Lua5.1 implementation. You should be familiar with Lua programming language. Have you read [Lua 5.1 reference manual](http://www.lua.org/manual/5.1/) carefully? - [x] GopherLua is a Lua5.1...

Fixes #304 Changes proposed in this pull request: Follow behavior of Lua 5.1 `#` operator.

- [x] GopherLua is a Lua5.1 implementation. You should be familiar with Lua programming language. Have you read [Lua 5.1 reference manual](http://www.lua.org/manual/5.1/) carefully? - [x] GopherLua is a Lua5.1 implementation....

- [ ] GopherLua is a Lua5.1 implementation. You should be familiar with Lua programming language. Have you read [Lua 5.1 reference manual](http://www.lua.org/manual/5.1/) carefully? - [ ] GopherLua is a...