##SSPMSE 2015: Compilers and Term Rewriting ##Ogol lab The labs take place between 13:00 and 17:00 in A1.04.
In the Master Software Engineering the creation and understanding of working software is highly valued. For the topic of compilers we make no exception. In the summer school we will thus spend quite a lot of lab-time applying theoretical concepts and creating (parts of) working compilers. The lab will focus on the language Ogol, which is like Logo, but without side-effects (among other features). We will be working within the Eclipse IDE with Rascal, and use GitHub as a base.
- Install and explore the meta-programming language Rascal in the Eclipse IDE (version Luna, for RCP and RAP Developers).
- Fork the Ogol GitHub project to your own account and clone it in your Eclipse workspace.
Day | Assignment |
---|---|
Monday | Learn Rascal by following the Rascal Tutor and doing the test. |
Tuesday | Write a grammar for Ogol and parse some Ogol code. |
Wednesday | Write an interpreter for Ogol and run it on some examples. |
Thursday | Implement call graph extraction and name analysis for Ogol. |
Friday | Present your work and be assessed. |