Added 'alignof' unary operator and alignment checking on structs
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 26 Jul 2020 16:51:35 +0000 (11:51 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 26 Jul 2020 16:51:35 +0000 (11:51 -0500)
commitaf3399f93c9a134176ea5642f9d62cff653c67bb
tree2d9dd29d2e74b26cc2423e5222596311f783d7e2
parent52e24fcf19ca03b54ade5bd0d169ba52e66310c3
Added 'alignof' unary operator and alignment checking on structs
14 files changed:
include/onyxastnodes.h
include/onyxlex.h
include/onyxtypes.h
misc/onyx.sublime-syntax
misc/onyx.vim
onyx
progs/ez.onyx
src/onyxchecker.c
src/onyxlex.c
src/onyxparser.c
src/onyxsymres.c
src/onyxtypes.c
src/onyxutils.c
src/onyxwasm.c