Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 453 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 453 Bytes

Your Language

With this descriptive programming language you can design your complete own programming language.

Features it should cover:

  • Generation of an Abstract Syntax Tree (AST)
  • Generation of Semantic Graph (resolved references)
  • Easy error handling
  • Code analysis -> Optimizations are easier
  • Simple interpreter library -> Interpreter can also used to compile the language

The documentation is located here