Wyyyb / C-like-Compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C-Like-Compiler

Description

A C-like Compiler

  • Using Lex and Yacc to do lexical analysis and parsing
  • Construct an abstract syntax tree
  • Construct a symbol table
  • Generate IR

Environment

  • Ubuntu Linux
  • Flex(Lex) 2.6.0
  • Byacc(Yacc) 1.9

Build

$>make
$>.\QAQ <filename>

TODO

  • IR Optimization
  • Code Generation
  • Optimization
  • Machine Code

Contributors

  • Molin Deng
  • Wyyyb
  • Hao YU

About


Languages

Language:Yacc 52.1%Language:C 40.2%Language:Lex 7.7%