• Compiler

    0 Open
    5 Closed

    Anything to do with the compiler and the tooling itself, the interface in terms of the command-line, exception handling and so on

  • Code emit

    5 Open
    10 Closed

    The general CodeEmitter API and the C code emitter (DGen)

  • Lexer

    2 Open
    8 Closed

    The tokenizer

  • Dependency tree, type-checking and codegen

    20 Open
    40 Closed

    All related to the generation of the dependency tree, the typechecking and code generation of the linearized tree.

  • Parser

    8 Open
    21 Closed

    Parsing-related tracking