Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 651 Bytes

ROADMAP.md

File metadata and controls

25 lines (21 loc) · 651 Bytes

Purr roadmap

Language

  • Informal description of the language
  • Grammar specification
  • Informal Core language specification
  • Prototype compiler
  • Informal runtime description
  • Prototype runtime implementation
  • Formal language specification (operational semantics)
  • Verified interpreter implementation
  • Optimising compiler

Tooling

  • IPython-like REPL
  • Basic editor support (syntax highlighting)
    • Atom (tree-sitter)
    • VS Code / Sublime / TextMate
    • Emacs
    • Vim
  • IDE-like language server (Atom)
  • Package manager (on top of NPM)
  • GUI configuration tool