Skip to content

pozorvlak/tcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

INSTRUCTIONS

To run some of the unit tests, you will need Nik Clayton's libtap library
installed. You can get it from http://github.com/pozorvlak/libtap.

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 and run the tests by
typing

    ./do

but this does not support incremental builds. You may run the tests without rebuilding tcc by typing

    prove -l

About

Toy compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published