bugfixes; removed notes feature in favor of alternate tag syntax
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 8 Sep 2022 02:19:39 +0000 (21:19 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 8 Sep 2022 02:19:39 +0000 (21:19 -0500)
commitc693e5c3a8145a96917d4e2c7cdf8fb5efe92b83
treea7c9b0dfce60ec2b42f00b0118d30010fba5cdf3
parent205b420a9845ae59c355709bbdd8b6d56c624a0d
bugfixes; removed notes feature in favor of alternate tag syntax
25 files changed:
compiler/src/checker.c
compiler/src/lex.c
compiler/src/parser.c
compiler/src/polymorph.h
compiler/src/symres.c
core/alloc/arena.onyx
core/alloc/pool.onyx
core/builtin.onyx
core/container/array.onyx
core/container/bucket_array.onyx
core/container/iter.onyx
core/container/map.onyx
core/conv.onyx
core/io/writer.onyx
core/net/tcp.onyx
core/runtime/info/helper.onyx
core/runtime/info/types.onyx
core/string.onyx
core/sync/mutex.onyx
core/sync/semaphore.onyx
core/wasi/wasi_fs.onyx
runtime/build.sh
scripts/onyx-pkg.onyx
scripts/run_tests.onyx
tests/float_parsing.onyx