Skip to content

Releases: gangliao/TIGER

TIGER - A Tiny Full Compiler

24 Apr 00:00
Compare
Choose a tag to compare
Pre-release

This tiny compiler includes both front end and back end.

Front end: Grammar Rules, LL(1) Parse Table, Syntax and Semantic Check and Intermediate Code.

Back end: IR Optimization (Intra-block CFG optimization), MIPS Register Allocation, Instruction Selection and Code Generation.

Tiger Compiler - Front End

12 Mar 06:55
Compare
Choose a tag to compare
Pre-release
v0.1.0

update