Skip to content

JamesLinus/Simple-C-Compiler

 
 

Repository files navigation

Simple-C-Compiler

My attempt to write a simple c compiler using lex and yacc. Still not quite complete.

Things You Will Need To Compile This

*GNU assembler
*The Make command
*the GNU C compiler
*GNU Flex
*GNU Bison
*The GNU ar command
*The m4 command
*Bash
*Sed

How To Compile

Just run: make
For the tests run: make test

About

My attempt to write a simple c compiler using lex and yacc. Still not quite complete.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.8%
  • Yacc 4.8%
  • Shell 3.8%
  • Lex 3.6%
  • Makefile 3.5%
  • C++ 0.5%