initial version of new and better str_format
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 1 Jul 2021 16:29:19 +0000 (11:29 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 1 Jul 2021 16:29:19 +0000 (11:29 -0500)
commit78fd11eef1d5480830ee982c52d0bd5c07d7d839
treef8e3d929a2e42e82fe0d09283195dec233cb466d
parented60ee1b9b7a8052fcd3a802820c35ad7f56a901
initial version of new and better str_format
50 files changed:
bin/onyx
core/alloc/logging.onyx
core/conv.onyx
core/io/writer.onyx
core/std.onyx
core/stdio.onyx
core/type_info/helper.onyx
modules/immediate_mode/gl_utils.onyx
src/onyxwasm.c
tests/aoc-2020/day1.onyx
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/day2.onyx
tests/aoc-2020/day20.onyx
tests/aoc-2020/day21.onyx
tests/aoc-2020/day22.onyx
tests/aoc-2020/day23.onyx
tests/aoc-2020/day24.onyx
tests/aoc-2020/day25.onyx
tests/aoc-2020/day3.onyx
tests/aoc-2020/day4.onyx
tests/aoc-2020/day5.onyx
tests/aoc-2020/day6.onyx
tests/aoc-2020/day7.onyx
tests/aoc-2020/day8.onyx
tests/aoc-2020/day9.onyx
tests/array_struct_robustness.onyx
tests/baked_parameters.onyx
tests/better_field_accesses.onyx
tests/defer_with_continue.onyx
tests/float_parsing
tests/i32map.onyx
tests/lazy_iterators.onyx
tests/multiple_returns_robustness.onyx
tests/named_arguments_test.onyx
tests/new_printf [new file with mode: 0644]
tests/new_printf.onyx [new file with mode: 0644]
tests/new_struct_behaviour.onyx
tests/operator_overload.onyx
tests/polymorphic_array_lengths.onyx
tests/struct_robustness.onyx
tests/vararg_test.onyx