]> Nishi Git Mirror - gwion.git/commit
:art: Add primitive
authorfennecdjay <fennecdjay@gmail.com>
Tue, 11 Oct 2022 10:21:11 +0000 (12:21 +0200)
committerfennecdjay <fennecdjay@gmail.com>
Tue, 11 Oct 2022 10:21:11 +0000 (12:21 +0200)
commitd300270cd8c846aad562619838c934fe266af371
tree3a444eab4500f004f009b944ea051e0c009f1ed1
parentab3c08cce94e73bdbf88697b2d59c4ab0f6c87eb
:art: Add primitive
20 files changed:
ast
include/emit.h
include/env/type.h
include/import/tdef.h
src/clean.c
src/emit/emit.c
src/env/context.c
src/import/import_prim.c [new file with mode: 0644]
src/import/import_tdef.c
src/lib/array.c
src/lib/prim.c
src/parse/check.c
src/parse/scan0.c
src/parse/scan1.c
src/parse/scan2.c
tests/primitive/access.gw [new file with mode: 0644]
tests/primitive/dyn_access.gw [new file with mode: 0644]
tests/primitive/oob.gw [new file with mode: 0644]
tests/primitive/static_oob.gw [new file with mode: 0644]
tests/primitive/too_many_exp.gw [new file with mode: 0644]