These are the results of my exercises for my 'compiler construction' course.
Mainly because of two reasons:
- Other students may have the same problems as I did and as such may find these resources very helpful, especially the git log, which is like a step by step tutorial.
- There are way to many fish videos out there.
For this course we use:
We use SableCC to write a so called 'grammar' file. This file contains definitions for the lexer (like what the 'Tokens' are) and parser.
I work in branches for every exercise. After the submission of the exercise in question I will merge it's branch into the master branch. So there should be new content in approx. every two weeks.