]> git.mdlowis.com Git - proto/obnc.git/commit
added runtime stubs and added it to the link step. The link step is silently failing...
authorMike Lowis <mike.lowis@gentex.com>
Wed, 30 Aug 2023 16:36:07 +0000 (12:36 -0400)
committerMike Lowis <mike.lowis@gentex.com>
Wed, 30 Aug 2023 16:36:07 +0000 (12:36 -0400)
commita244903fa6285622267827203b680670bddde421
tree2d92253376f434912ca86355376fd02dd29562fd
parenta7c4a9e74388579b6bb718e33e9944d23ea2eba7
added runtime stubs and added it to the link step. The link step is silently failing and needs to be debugged...
cerise/.gitignore [new file with mode: 0644]
cerise/backend/ssa/codegen.c
cerise/build.sh
cerise/runtime/addref.c [new file with mode: 0644]
cerise/runtime/allocate.c [new file with mode: 0644]
cerise/runtime/deallocate.c [new file with mode: 0644]
cerise/runtime/delref.c [new file with mode: 0644]
cerise/runtime/retref.c [new file with mode: 0644]
cerise/src/grammar.c