tcr / mug

A self-hosted JavaScript compiler for the JVM. Written in CoffeeScript.
150 stars 5 forks source link

Unsupported: delete operator #14

Closed tcr closed 13 years ago

tcr commented 13 years ago

Parsing support, not yet implementation-level support.

This bug depends on #11 for deleting globals vs deleting variables.

tcr commented 13 years ago

Mostly finished support, except for the global object (depends on #11)