- Implemented hand-written tokenizer and parser
- Implemented AST-based VM runtime
- Implemented mark-and-sweep garbage collector
- Published examples
- Published documentation with API reference
- Standard Library is partially implemented. Unimplemented API:
- global:
decodeURI()
,decodeURIComponent()
- Object:
seal()
,freeze()
,isSealed()
,isFrozen()
- Function:
bind()
- Array:
concat()
,unshift()
,forEach()
,reduceRight()
- JSON:
replacer
argument instringify()
is ignored
- global:
- Auxiliary library is not implemented yet