Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 268 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 268 Bytes

/*

Author: Li Peng

*/

Now,I have implemented a mini complier front.

Furture work:

  1. Extend the language to support more functions.
  2. Choose a proper IR. (Liner IR or Graph IR)
  3. Implement IR Translation.
  4. Opt it.

The BCNF of the language:

...to be added