iambingoNJU / bcc

A simple compiler for c--.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bcc compliler

A simple c compiler's front-end.

dependency

  • flex sudo apt-get install flex
  • bison sudo apt-get install bison

how to run

make
./bcc [options] [argument]
options argument explaination
-h none show help message
-f filename input file name
-ast none show abstract syntax tree
-sa none show semantic analysis message
-pcl none print intermediate code

contact

Email: iambingonju@gmail.com

reference

  • Compiler Priciples, Tecniques and Tools

About

A simple compiler for c--.


Languages

Language:C 86.3%Language:Yacc 8.7%Language:Lex 4.3%Language:Makefile 0.7%