Jengamon
Jengamon
TODO: - [ ] Document foreign APIs - [ ] Document foreign v1 (`Class`, `create_module`) - [ ] Document foreign v2 (`WrenObject`, `wren_impl`, `wren_module`)
Add some kind of checksum into the .undo file: maybe the format can look like UNDO |Version Stuff| |Stuff you don't want checksumed| |Checksum| |Content| If the checksum matches only...
This is related/dup-implementation of part of #36, however this handles strings as byte arrays, which corresponds with PUC-Rio Lua behavior
> Not quite comfortable with erasing error sources like this so I'm keeping the commit in until a last-minute history squash. Note that I'm not telling you to do X...
In the `tests/goldenfile.rs` you will see a module `collected_print` which is a clone of the print from the io implementation except it collects the output to throw it in a...
~~These would work "logically" under the `utf8` table, but PUC-Lua has none of these functions there, so it's an open question as to where these should go.~~ implementation changed to...
~~`string.rep` is charging 1 fuel per repetition currently.~~ `string.rep` impl was removed
This would actually work better as an implementation of `utf8.char`
we need an interruptable impl
bump?