'use package' and 'use' are unified; bugs will ensue
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 14 Apr 2021 04:12:37 +0000 (23:12 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 14 Apr 2021 04:12:37 +0000 (23:12 -0500)
commit5d3ee8c73ff2cf47b3a97b7a3dc2b3b4b8d2b511
treea5224ea5ada40e199f2355e90bb946bf666347c1
parentee8a128b690f60a74894c2f04d53bd63c3df3aaf
'use package' and 'use' are unified; bugs will ensue
28 files changed:
bin/onyx
core/alloc/heap.onyx
core/io/file.onyx
include/bh.h
include/onyxastnodes.h
src/onyxastnodes.c
src/onyxclone.c
src/onyxentities.c
src/onyxparser.c
src/onyxsymres.c
src/onyxwasm.c
tests/aoc-2020/day10.onyx
tests/aoc-2020/day11.onyx
tests/aoc-2020/day12.onyx
tests/aoc-2020/day13.onyx
tests/aoc-2020/day14.onyx
tests/aoc-2020/day15.onyx
tests/aoc-2020/day16.onyx
tests/aoc-2020/day17.onyx
tests/aoc-2020/day18.onyx
tests/aoc-2020/day19.onyx
tests/aoc-2020/day20.onyx
tests/aoc-2020/day21.onyx
tests/aoc-2020/day22.onyx
tests/aoc-2020/day25.onyx
tests/aoc-2020/day7.onyx
tests/aoc-2020/day8.onyx
tests/aoc-2020/day9.onyx