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