rcc is the simple C compiler included. it works ok, barely sort of, but has a few bugs:
- function calls and declarations must have a space between function name and the parenthesis: abc(5) -> abc (5)
- function declarations cannot define parameters - if you try, strange bugs occur
AAAAAAAA
and so on. An infinite loop of 'A's.