opencomputers (minecraft) custom operating system
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cinder 2fad8db849 bugfixes in coroutines, io.{in,out}put, and checkArgEx
coroutine.resume: the `false` that distinguishes os yields from coroutine.yield() was unintentionally passed back to the caller, and the status of the coroutine wasn't
io.input, io.output: incorrectly testing if the argument is nil caused `io.output()` to set stdout to nil instead of returning it unchanged
checkArgEx: incorrectly bailed early after the first instance of 'integer', 'float', or 'file' that didn't match
6 months ago
src bugfixes in coroutines, io.{in,out}put, and checkArgEx 6 months ago
.gitignore initial commit with a simplified boot eeprom 7 months ago
build.lua add preliminary half-tested half-working implementation of the `io` global 6 months ago