Skip to content
This repository was archived by the owner on Jun 16, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 402 Bytes

File metadata and controls

12 lines (11 loc) · 402 Bytes

tasks which should be completed as soon as possible

  • centralise the tests
    • write tests for every module
    • collect them in Test.TestMain
  • write macros in scheme which shall be used instead of the functions in Parser.Transformations (Sebastian)
  • code generator (Willem)
    • convert AST to ICR
    • convert ICR to Ansi C
  • finish the compiler