standard library cleanup part 1; added time library
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 26 Aug 2022 02:49:28 +0000 (21:49 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 26 Aug 2022 02:49:28 +0000 (21:49 -0500)
commit4eb9137503b5b77ce378e971bdcf3f02392971f5
tree76384831641ba42fac9731ea5e1fc21cb2ce669f
parentdb2e13410b61d8650611d86f1a4524be4045793a
standard library cleanup part 1; added time library
18 files changed:
core/alloc/auto_heap.onyx
core/container/array.onyx
core/container/iter.onyx
core/math.onyx
core/memory.onyx
core/std.onyx
core/stdio.onyx
core/string.onyx
core/time/time.onyx [new file with mode: 0644]
include/astnodes.h
include/lex.h
src/astnodes.c
src/lex.c
src/onyx_runtime.c
src/parser.c
src/symres.c
tests/bugs/defer_block_in_macro.onyx
tests/overload_precedence.onyx