-
Wanted to try this out on some of my LUA scripts but having issues with it outputting correctly have replicated it with something as simple as this code below.
```
local function fibonacci(n)
…
-
Hello @aarzilli
Environment:
- Golang: 1.23
- Lua: 5.4.6
- golua: last version
I am building a static go binary with the following command:
```sh
go build -tags "luaa lua54 yara_static" -o…
-
being able to reset the lua interpreter would come in handy a lot of times. right now the only way to do this is by restarting tpt.
-
### Pre-check
- [X] I have searched the existing issues and discussions to make sure my problem has not already been addressed.
- [X] I have looked at the "Known Issues" Section of the marketplace pa…
-
When attempting to run the installation script travis.osx.install.sh, I encounter an error stating that the Lua 5.1 interpreter cannot be found. This occurs despite the script attempting to install Lu…
-
Add support to include non-karel libraries
`import some.module`
# Proposed solution
Add the option to load modules that are kinda like this:
```ts
class Module {
package: string // "s…
-
We are using [ioredis-tree](https://github.com/shimohq/ioredis-tree) package to store some hierarchical tree structures in Redis.
However, the lua scripts this library runs depend on `csmgpack` lib…
-
Hi there everybody :smiley: !
> Following the discussion started on #14 I'll explain what I would like to achieve, here. Sorry if this is lengthy, I prefer to explain clearly and in details.
As th…
-
The full description:
```
Failed (1)
● plenary 0.12ms start
`lua` version `5.1` needed, but found `Lua 5.4.4 Copyright (C) 1994-2022 Lua.org, PUC-Rio`
`lua5.1` or `lua` o…
-
Hi,
I am interested in this project , because of the OpenResty heavily used inside one of my projects. I wonder if using a Java interpreter rather than luajit may bring performance improvements, rob…