Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 493 Bytes

ROADMAP.md

File metadata and controls

13 lines (10 loc) · 493 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)
  • New list syntax [...], redefining sequence/dict syntax (#100)
    • The character-class token syntax was replaced by a Char-builtin
    • List definition list = []
    • Dict definition dict = ()
    • Builtins dict and list should become obsolete, so variables can take their names