giuseppe998e / unito-lft

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Java 85.6%Language:TeX 8.5%Language:Makefile 5.6%Language:Pascal 0.3%