Skip to content

binhe22/smallc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

It is a compiler for small c.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published