Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 928 Bytes

README.adoc

File metadata and controls

23 lines (13 loc) · 928 Bytes

Tc3048.2 Compiler Design

Tecnológico de Monterrey, Estado de México.

This project contains all the source files that the course instructor will be writing in class during the 2020 February-June semester.

You can inspect the files directly through this site, or you can use git to obtain a local copy of these. In the latter case, you must do the following:

  1. If necessary, install a git client in your computer.

  2. Clone this repository. Type at the terminal:

    git clone https://github.com/ariel-ortiz/202011-tc3048.2.git tc3048
  3. Change your current working directory to tc3048:

    cd tc3048

    You will find all the project source files under this directory.

  4. Every time the instructor updates an existing file or creates a new one, you will need to run the repository pull command. Type at the terminal from within the tc3048 directory:

    git pull