Skip to content

lemueldls/pyret-rs

Repository files navigation

pyret-rs

An implementation of the Pyret programming language.

Before running

git submodule update --init --recursive

TODO

  • Priority
  • Internal
    • Unit testing
  • Language
    • Static and runtime type checking
    • Implement FFI/language bindings
  • Expandability
    • Code coverage for Pyret
    • JIT compiler