added string_pool; io.writer is buffered; bugfixes
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 24 Nov 2022 23:01:24 +0000 (17:01 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 24 Nov 2022 23:01:24 +0000 (17:01 -0600)
commitaba4573c37e959a46f4a93399b1b835ac5a4e5d4
treeacaf637da87787d825512f76070f6cb7bf3e7bb0
parenta7700c7de50d39341389dcea864eb2a165b5984e
added string_pool; io.writer is buffered; bugfixes
20 files changed:
compiler/src/types.c
compiler/src/utils.c
core/alloc/alloc.onyx
core/container/list.onyx
core/conv/conv.onyx
core/conv/format.onyx
core/io/stdio.onyx
core/io/stream.onyx
core/io/writer.onyx
core/onyx/cbindgen.onyx
core/os/file.onyx
core/std.onyx
core/string/char_utils.onyx
core/string/string_pool.onyx [new file with mode: 0644]
misc/onyx.vim
scripts/onyx-pkg.onyx
tests/aoc-2020/day22.onyx
tests/aoc-2021/day04.onyx
tests/linked_lists [new file with mode: 0644]
tests/linked_lists.onyx [new file with mode: 0644]