The PLAtform NEutral Transpiler
Go to file
Jeremiah Orians a035d955e9
Add support for anonymous unions inside of structs
2018-04-27 15:57:48 -04:00
functions Finally became self-hosting 2018-02-23 21:18:23 -05:00
test Add support for anonymous unions inside of structs 2018-04-27 15:57:48 -04: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 Add support for anonymous unions inside of structs 2018-04-27 15:57:48 -04:00
cc.h Finally became self-hosting 2018-02-23 21:18:23 -05:00
cc_core.c Added type promotion to allow progress on mes.c 2018-04-23 21:35:27 -04: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 Finally became self-hosting 2018-02-23 21:18:23 -05:00
cc_types.c Add support for anonymous unions inside of structs 2018-04-27 15:57:48 -04:00
makefile Minor cleanup and removal of unneeded whitespace 2018-03-05 19:13:20 -05:00

README.md

M2-Planet

The PLAtform NEutral Transpiler