V7 v1.0 Release Notes

Release Date: 2015-04-27 // almost 9 years ago
    • ๐Ÿ“œ 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 in stringify() is ignored
    • Auxiliary library is not implemented yet