Skip to content

iambingoNJU/bcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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--.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published