Skip to content

arc/tcc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

There are millions of toy compilers in the world. This one is mine.

INSTRUCTIONS

If you have redo installed (http://github.com/apenwarr/redo) then you can build tcc and run the tests by typing

    redo

from the project root directory. If not, you can build tcc by typing

    ./do bin/tcc

but this does not support incremental builds. You may then run the tests by
typing

    prove -l

About

Toy compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 55.5%
  • Shell 26.3%
  • Perl 18.2%