]>
Commit | Line | Data |
---|---|---|
e0dc20ec | 1 | unicode identifier support (native and \u) |
d63c39cc | 2 | support unions (right now 0-1 fields parsed as struct) |
367eebb1 | 3 | \\\n escapes in strings aren't handled in the console |
365abb0a | 4 | look into what String is, and whether to bridge it |
d3760804 | 5 | some JS callbacks don't use exception pointers at all... |
b92ceddb JF |
6 | a newline needs to not be allowed after a unary * |
7 | finish implementing default xml namespace statement |