Skip to content
timcameronryan edited this page Jan 10, 2011 · 8 revisions

Sparse info here for the moment. Feel free to send an Issue if you want the docs expanded.

A brief TODO:

ECMAScript Implementation

  • Complete support for delete, named labels, operators
  • Complete ECMAScript standard library
  • Normalize DontDelete, DontEnum, ReadOnly object patterns
  • Replace RegExp implementation (no java.util.regex)

Compiler

  • Compilation/testing should be programmatic (string, file, stream, etc.)
  • Static Java compilation into modules
  • Switch to GeneratorAdapter in ASM library (can use Clojure's built-in)
  • Bytecode inlining of JS utilities and conversions
  • Overall polishing of everything
Clone this wiki locally