Created
May 1, 2014 07:16
-
-
Save feupeu/85a317350f28bf7a0efc to your computer and use it in GitHub Desktop.
Impl. introduction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Introduction | |
Syntax analysis | |
- Scanner / Parser | |
- CFG in Xtext (Compare to the CFG in the report) | |
Context analysis | |
- Typechecker | |
- Typeprovider | |
- Void type | |
- Constructs | |
- Expressions | |
- Scopechecker | |
- Calculations | |
Code generation | |
- Pick some constructs and explain | |
- More stuff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment