Skip to content

Latest commit

 

History

History
5 lines (2 loc) · 290 Bytes

File metadata and controls

5 lines (2 loc) · 290 Bytes

tinyC Language Frontend

tinyC is a C-like language with much smaller subset of types (int, char, double, arrays and structs, function pointers and pointers) and limited set of features. TinyC's semantics and grammar are simpler, which makes tinyC not a strict subset of C.