This document describes upcoming changes to achieve with a specific version.
- 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
definitionl = ,
- Top-level
dict
definitiond = ()
- Top-level
- Compiler refactoring and improvements
- Scope-struct
- Clean-up Scope-Compiler-intermezzo
-
void
andVoid
-
Empty
- ImlRefValue
- ImlVariable
- Importable modules