]> git.mdlowis.com Git - proto/obnc.git/commit
reorganized folder strcuture to allow fo rmultipl backends
authorMichael D. Lowis <mike.lowis@gentex.com>
Wed, 28 Apr 2021 15:17:52 +0000 (11:17 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Wed, 28 Apr 2021 15:17:52 +0000 (11:17 -0400)
commit7518c6d40a973b625784e5e0dc10f0acad310780
tree653aa4f7165b9a2ed6d7217d50e61a7e660ff719
parent5813216edbbba68405e23919f5d76b91f06290bd
reorganized folder strcuture to allow fo rmultipl backends
13 files changed:
cerise/backend/test/codegen.c [new file with mode: 0644]
cerise/backend/x86_64/codegen.c [moved from cerise/codegen.c with 98% similarity]
cerise/build.sh
cerise/examples/generate.sh
cerise/examples/operators.c [new file with mode: 0644]
cerise/inc/atf.h [moved from cerise/atf.h with 100% similarity]
cerise/inc/cerise.h [moved from cerise/cerise.h with 100% similarity]
cerise/src/const_ops.c [moved from cerise/const_ops.c with 100% similarity]
cerise/src/emalloc.c [moved from cerise/emalloc.c with 100% similarity]
cerise/src/lex.c [moved from cerise/lex.c with 100% similarity]
cerise/src/main.c [moved from cerise/main.c with 100% similarity]
cerise/src/parser.c [moved from cerise/parser.c with 100% similarity]
cerise/value [deleted file]