Skip to content

Latest commit

 

History

History

Parser for tinyC

  • Create all the required files
make
  • Test on the provided C program, try to make errors, the parser will detect it
make test
  • Remove files / clear
make clean