2 Forks
2 Stars
2 Watchers

tiny-c

Work from my compilers class, in which we implemented an AST, a few optimizations, and linear scan register allocation for a subset of the C language.

How to download and setup tiny-c

Open terminal and run command
git clone https://github.com/afnanenayet/tiny-c.git
git clone is used to create a copy or clone of tiny-c repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with tiny-c https://github.com/afnanenayet/tiny-c/archive/master.zip

Or simply clone tiny-c with SSH
[email protected]:afnanenayet/tiny-c.git

If you have some problems with tiny-c

You may open issue on tiny-c support forum (system) here: https://github.com/afnanenayet/tiny-c/issues