Difference between revisions of "SCOOP-A3: Compiler adaptation"
(New page: {{UnderConstruction}} Category:Concurrency_(SCOOP) Team: Alexander, Ted * Parsing is already taken care of * Code generation closely connected with work on the scheduler (A1, A2) * Va...) |
m (Added a new category: compiler) |
||
Line 1: | Line 1: | ||
{{UnderConstruction}} | {{UnderConstruction}} | ||
[[Category:Concurrency_(SCOOP)]] | [[Category:Concurrency_(SCOOP)]] | ||
+ | [[Category:Compiler]] | ||
Team: Alexander, Ted | Team: Alexander, Ted | ||
Revision as of 00:35, 25 May 2010
Team: Alexander, Ted
- Parsing is already taken care of
- Code generation closely connected with work on the scheduler (A1, A2)
- Validity rules are important; part of the challenge is to turn the SCOOP type system
(devised by Piotr Nienaltowski) into compiler verifications and meaningful error messages.