refactoring the standup code to be more modular
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 2 Apr 2021 04:01:43 +0000 (23:01 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 2 Apr 2021 04:01:43 +0000 (23:01 -0500)
commit677c31f50d5e677ff6c3b569b14b89db4b4465d6
tree6c101e4699903eaedd529752b6e9efc0018b9cee
parent80586c8b8729074bed1e67d4de1167742768504d
refactoring the standup code to be more modular
23 files changed:
bin/onyx
bin/test
core/build_opts.onyx [deleted file]
core/builtin.onyx
core/env.onyx
core/intrinsics/onyx.onyx [new file with mode: 0644]
core/intrinsics/wasm.onyx
core/io/file.onyx
core/js/webgl.onyx
core/map.onyx
core/runtime/build_opts.onyx [new file with mode: 0644]
core/runtime/common.onyx [new file with mode: 0644]
core/runtime/js.onyx [new file with mode: 0644]
core/runtime/wasi.onyx [new file with mode: 0644]
core/std.onyx
core/stdio.onyx
core/string.onyx
core/string/reader.onyx
core/sys/js.onyx [deleted file]
core/sys/wasi.onyx [deleted file]
include/bh.h
progs/poly_solidify.onyx
src/onyxbuiltins.c