Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 313 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 313 Bytes

Smallc

A compiler for Smallc -- a subset of c language;

Parser: MPC

Now support

  • int , float ,char
  • for, while
  • generate the mid code (ternary) for example: (+, a, b) -->a = a+b
  • generate the linked list saving the infomation of the values

To-Do

  • generate assembly language
  • optimalize