Skip to content

firchatn/compiler-demo-101

 
 

Repository files navigation

Get Started on Compilers Demo

Tools to be used:

  • Flex (LEX alternative) to generate a scanner using Deterministic Finit Automata and Regular Expressions
  • Bison (Yacc compatible alternative) to generate a parser using a grammar
  • LLVM ...

TODO:

  • Implement 50% of C99 standard Flex part
  • Implement 50% of C99 standard Bison part
  • Implement 50% of C99 standard LLVM part

About

preparation for a compiler course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lex 28.2%
  • Vim Script 25.5%
  • Yacc 23.2%
  • C 10.9%
  • Makefile 7.5%
  • C++ 4.7%