The PLAtform NEutral Transpiler
Go to file
Jeremiah Orians f6752b2802
Added additional functionality such as mixed structs, do while loops,
gotos and tests for the new functionality
2018-01-24 20:00:22 -05:00
test Added additional functionality such as mixed structs, do while loops, 2018-01-24 20:00:22 -05:00
.gitignore Eliminated the global stack and expanded type support to include integer arrays 2017-12-06 20:28:08 -05:00
LICENSE Initial commit 2017-11-05 09:01:20 -05:00
README.md Initial commit 2017-11-05 09:01:20 -05:00
cc-minimal.c Added additional functionality such as mixed structs, do while loops, 2018-01-24 20:00:22 -05:00
cc.c Added additional functionality such as mixed structs, do while loops, 2018-01-24 20:00:22 -05:00
cc.h Added additional functionality such as mixed structs, do while loops, 2018-01-24 20:00:22 -05:00
cc_core.c Added additional functionality such as mixed structs, do while loops, 2018-01-24 20:00:22 -05:00
cc_reader.c Added additional functionality such as mixed structs, do while loops, 2018-01-24 20:00:22 -05:00
cc_strings.c Added additional functionality such as mixed structs, do while loops, 2018-01-24 20:00:22 -05:00
cc_types.c Added additional functionality such as mixed structs, do while loops, 2018-01-24 20:00:22 -05:00
libc.c Added additional functionality such as mixed structs, do while loops, 2018-01-24 20:00:22 -05:00
makefile Added additional functionality such as mixed structs, do while loops, 2018-01-24 20:00:22 -05:00

README.md

M2-Planet

The PLAtform NEutral Transpiler