Commit graph

3 commits

Author SHA1 Message Date
e7cbd93b40
fix(Runtime): lune exit codes are u8
See 82c8b902e0.
2024-04-12 21:47:47 +05:30
390937d918
feat(Runtime): make Runtime::run return lua return values
`Runtime::run` now returns a tuple of both the `ExitCode` (denoting whether the lua thread generally succeeded or not) and also the values returned by it.
2024-04-11 18:11:52 +05:30
Filip Tibell
0392c163a0
Give standalone compilation its own dir, leave some future notes 2024-01-14 11:15:17 +01:00