13 Mar 23
- This is a compiler for the Tiny-C language. Tiny-C is a
- considerably stripped down version of C and it is meant as a
- pedagogical tool for learning about compilers. The integer global
- variables āaā to āzā are predefined and initialized to zero, and it
- is not possible to declare new variables. The compiler reads the
- program from standard input and prints out the value of the
- variables that are not zero.
by eli
2 years ago