Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 722 Bytes

ROADMAP.md

File metadata and controls

26 lines (21 loc) · 722 Bytes

Roadmap

This document describes upcoming changes to achieve with a specific version.

0.7

  • Implement iterators and for...in-syntax (#101)
  • Implement generic parselets (#10, #105)
    • Keyword<P> (#121)
    • Until<P, Escape: '\\'>
    • String<Start, End: Void, Escape: '\\'>
  • Implement inlined parselets (#120)
  • New list syntax ,, redefining sequence/dict syntax (#100)
    • Top-level list definition l = ,
    • Top-level dict definition d = ()
  • Compiler refactoring and improvements
    • Scope-struct
    • Clean-up Scope-Compiler-intermezzo
    • void and Void
    • Empty
    • ImlRefValue
    • ImlVariable

0.8

  • Importable modules