3 Forks
14 Stars
14 Watchers

compilers

Lectures notes for a course in Compilers (Spanish, University of Havana)

How to download and setup compilers

Open terminal and run command
git clone https://github.com/matcom/compilers.git
git clone is used to create a copy or clone of compilers 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 compilers https://github.com/matcom/compilers/archive/master.zip

Or simply clone compilers with SSH
[email protected]:matcom/compilers.git

If you have some problems with compilers

You may open issue on compilers support forum (system) here: https://github.com/matcom/compilers/issues