[go: nahoru, domu]

Skip to content

1.0 "Symmetric Susan", 2015-04-26

Compare
Choose a tag to compare
@cpq cpq released this 27 Apr 14:08
· 730 commits to master since this release
  • 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