25 Commits

Author SHA1 Message Date
516d66c2f2 maps always return any 2025-06-03 16:56:58 -05:00
4e59fc6e5c add map array support to pushvalue 2025-06-02 21:04:06 -05:00
f4bfff470f massive rewrite
fix go func mallocs
add helper utils
2025-05-31 17:42:58 -05:00
fc7958312d add metatable methods 2025-05-24 07:32:24 -05:00
3817f80dc4 require explicit cleanup 2025-05-22 11:11:16 -05:00
6a2eb9df63 improve error reporting 2025-05-22 08:54:59 -05:00
2bdf7cfd4a drop vendor directory, use system-provided libs on windows 2025-05-08 17:51:47 -05:00
231ffb0d29 add int64 type cast 2025-05-03 12:47:07 -05:00
6b9e2a0e20 op 1 2025-04-04 21:32:17 -05:00
44337fffe3 add flag for std libs 2025-03-29 08:32:45 -05:00
9e5092acdb optimize wrapper 2025-03-27 21:46:23 -05:00
f106dfd9ea sandbox 1 2025-03-27 18:25:09 -05:00
13686b3e66 Use pkg-config on *nix 2025-03-12 11:50:37 -05:00
98ca857d73 interface{} to any 2025-03-07 07:25:34 -06:00
143b9333c6 Wrapper rewrite 2025-02-26 07:00:01 -06:00
4dc266201f BIG changes; no "safe" mode, function updates, etc 2025-02-12 19:17:11 -06:00
7c79616cac Small update to DoString for stack discipline 2025-02-08 09:57:59 -06:00
146b0a51db Add Call and IsNil 2025-02-03 19:09:30 -06:00
c74ad4bbc9 Add IsNumber 2025-02-03 18:55:34 -06:00
229884ba97 Add IsString and Next helpers 2025-02-03 18:52:26 -06:00
262ada8e30 Add bytecode compilation and execution, add benchmark 2025-02-03 10:41:05 -06:00
a8792d80cb Update libraries to use statically-linked amalgamated LuaJIT libraries. 2025-02-02 16:02:45 -06:00
7e2d97dfab Update library dependencies 2025-01-26 07:08:43 -06:00
7385e0870e Add generate to the go.mod 2025-01-25 22:10:49 -06:00
81501915e3 Implement the wrapper 2025-01-24 19:53:09 -06:00