MAJOR CHANGE: numeric literals are nice now
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 7 Dec 2020 23:55:24 +0000 (17:55 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 7 Dec 2020 23:55:24 +0000 (17:55 -0600)
commitbc35e7af1b5ad93f5276d21540a020bd9930a626
tree67b6173c96c16f618bbec1a4414ae93cf150ade2
parent4f0e8d36709ba7c840ab85a6a69ecc3ed4a3a13a
MAJOR CHANGE: numeric literals are nice now
This may break a lot of things. Still need to do extensive testing.
19 files changed:
.vimspector.json
core/file.onyx
core/random.onyx
core/stdio.onyx
core/string.onyx
include/onyxastnodes.h
include/onyxtypes.h
onyx
progs/poly_test.onyx
progs/wasi_test.onyx
src/onyxbuiltins.c
src/onyxchecker.c
src/onyxparser.c
src/onyxsymres.c
src/onyxtypes.c
src/onyxutils.c
src/onyxwasm.c
tests/general1
tests/general1.onyx