changed the package system to allow for nested packages
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 6 Dec 2020 22:33:06 +0000 (16:33 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 6 Dec 2020 22:33:06 +0000 (16:33 -0600)
commit42d4a52c978187a9556c150f26645d27c3152fd5
treea75b828c73cda3899860214af28a2ae3ea2a0534
parent52526e3fd0c36e4334200515ee2f44ba9910c15a
changed the package system to allow for nested packages
20 files changed:
Makefile
core/alloc.onyx
core/array.onyx
core/file.onyx
core/i32map.onyx
core/math.onyx
core/memory.onyx
core/ptrmap.onyx
core/random.onyx
core/stdio.onyx
core/string.onyx
core/sys/js.onyx
core/sys/wasi.onyx
core/wasi.onyx
onyx
progs/foo_test.onyx [new file with mode: 0644]
progs/odin_example.onyx
src/onyxparser.c
tests/general1.onyx
tests/i32map.onyx