started working on abstract stream api
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 9 Jan 2021 20:49:25 +0000 (14:49 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 9 Jan 2021 20:49:25 +0000 (14:49 -0600)
commit1eff1ddf819a32ca06747d1f7b505556b21ca768
tree245f57411610741c96695923a52e725c147e662f
parent9dcd0fbd4f507002e47fd02a4a4b49867e8b4821
started working on abstract stream api
16 files changed:
bin/onyx
bin/onyx-js
core/builtin.onyx
core/io/io.onyx [new file with mode: 0644]
core/io/reader.onyx [new file with mode: 0644]
core/io/stream.onyx [new file with mode: 0644]
core/std/js.onyx
core/std/wasi.onyx
core/sys/js.onyx
core/sys/wasi.onyx
include/onyxtypes.h
onyx.exe
src/onyxparser.c
src/onyxtypes.c
tests/general1.onyx [deleted file]
tests/general1.onyx.notest [new file with mode: 0644]