Skip to content
Neppord edited this page Mar 6, 2011 · 6 revisions

THIS IS OUTH OF DATE

The Project is split in to many parts. to name a few: the Parser that creates an AST, the Visitor that traverses the tree and the Translation Engine that outputs the code. The project also contains some basic Python functionality and tools in its Standard Librarys.

UML

  1. General Compiler
    1. Parser
    2. Tokenizer
    3. Translator
    4. Library
  2. Standard Library
    1. Built in:s
    2. Tools
Clone this wiki locally