maroon

Crates.iomaroon
lib.rsmaroon
version0.1.0
sourcesrc
created_at2020-04-19 19:10:07.522749
updated_at2020-04-19 19:10:07.522749
descriptionScheme-inspired lisp that compiles to Lua
homepage
repositoryhttps://github.com/Grinshpon/Maroon
max_upload_size
id232002
size14,074
Daniel Grinshpon (Grinshpon)

documentation

README

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
Commit count: 17

cargo fmt