Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.
/ unito-lft Public archive

UniTo - Linguaggi Formali e Traduttori - Progetto di laboratorio - 2019/2020

License

Notifications You must be signed in to change notification settings

giuseppe998e/unito-lft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UniTo - LFT - Progetto di laboratorio - 2019/2020

Section 01

Run an exercise

$ cd sect01
$ make ex{01..}

Clean a section

$ cd sect01
$ make clean

Sections 02 to 05

Run an exercise

$ cd sect{02..05}
$ cd ex{01..}
$ make [SRC="path/to/source.txt"]

If no SRC argument is passed, the source text file that within the exercise directory will be used.

Clean a section

$ cd sect{02..05}
$ cd ex{01..}
$ make clean