This repository collects solved exercises and scripts referring to the Formal Languages and Compilers course (A.Y. 2017/2018) at Politecnico di Milano.
Solved exercises (patches) are in the /patches
folder.
To apply a patch look at the README_exercises.
Solutions you find in this repository may contain errors and are absolutely unofficial.
A copy of the original, unmodified, source code of ACSE compiler is located at /acse_1_1_0.zip
in this repository.
- Meld merge. A very simple and useful tool to visually compare code. A more handy version of the
git diff
command.
You're more than welcome to contribute to this repository!
Feel free to drop a pull request in the case you would like to suggest any improvement, fix errors, add other solutions, etc..