1 unstable release

0.1.0 Apr 19, 2020

#974 in Programming languages

MIT license

13KB
403 lines

Maroon

Maroon is a scheme-inspired lisp with a (WIP) backend that compiles to Lua.

TODO List:

  • Lexing
  • Parsing
    • First Pass Parser (forming AST)
    • Semantic Analysis (forming SAST or Semantically checked AST)
      • Scope Checking
      • Type Checking
  • Code Generation
    • Lua Backend

No runtime deps