kuroko/modules
HarJIT 14db828233
Fix an oversight in the UTF-32 endian sniffing. (#18)
(I'd commented about the heuristic of characters at the start of the plane
being rare, but failed to actually implement said heuristic, only having
implemented the detection of the high eight bits (which can be expanded
to eleven) having to be false.)
2021-10-13 17:04:11 +09:00
..
codecs Fix an oversight in the UTF-32 endian sniffing. (#18) 2021-10-13 17:04:11 +09:00
foo Change how module imports work to support a package importing contained modules 2021-02-14 08:13:53 +09:00
syntax Also more built-in functions 2021-01-23 08:41:53 +09:00
callgrind.krk Add docstrings to 'callgrind' module 2021-03-25 09:54:23 +09:00
collections.krk Codecs package (#4) 2021-03-24 04:53:02 -07:00
dummy.krk Fix tracking what should be 'global' through function calls? 2021-01-07 10:39:09 +09:00
help.krk Update help module with correct LICENSE text... 2021-04-12 21:00:15 +09:00
json.krk Fix bug in json float parsing found by WASM IDE's static analyzer 2021-03-10 14:35:14 +09:00
maindemo.krk Add basic support for -m argument to interpreter 2021-01-13 09:08:11 +09:00
string.krk Fix up string escapes, make sure we're handling nil bytes when printing 2021-01-11 11:41:26 +09:00