MAJOR CHANGES TO THE LANGUAGE
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 16 Jul 2020 00:27:48 +0000 (19:27 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 16 Jul 2020 00:27:48 +0000 (19:27 -0500)
commit2a0c9b18927812692cda8d84af71a736c0c64663
tree0d528dbff42944710526638ca7bf91e99606d67d
parent67fac96f38fcbbb2b3f9b34f45155081874f279b
MAJOR CHANGES TO THE LANGUAGE
Removed some keywords and changed the way somethings work
17 files changed:
docs/thoughts
include/onyxastnodes.h
include/onyxparser.h
misc/onyx.vim
onyx
progs/basic.onyx
progs/other.onyx
progs/print_funcs.onyx
progs/test.onyx
src/onyx.c
src/onyxchecker.c
src/onyxlex.c
src/onyxparser.c
src/onyxsempass.c
src/onyxsymres.c
src/onyxutils.c
src/onyxwasm.c