The PLAtform NEutral Transpiler
Go to file
Jeremiah Orians 3b3e8f73f6
Added support for <. >= and > expressions
2018-01-09 20:45:10 -05:00
example Added support for <. >= and > expressions 2018-01-09 20:45:10 -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.c Added support for <. >= and > expressions 2018-01-09 20:45:10 -05:00
cc.h Broke out globals and now reduce the memory churn in string creation 2017-12-15 18:17:29 -05:00
cc_reader.c Added CONSTANT to the language and fixed Capitalization problems 2017-12-19 15:44:27 -05:00
cc_strings.c Broke out globals and now reduce the memory churn in string creation 2017-12-15 18:17:29 -05:00

README.md

M2-Planet

The PLAtform NEutral Transpiler