]>
Commit | Line | Data |
---|---|---|
953647c1 JF |
1 | labelled statements don't get labelled |
2 | blocks and empty statements are poorly factored | |
e0dc20ec | 3 | unicode identifier support (native and \u) |
283e7e33 | 4 | object literal compilation should use numerify strings |
d63c39cc | 5 | support unions (right now 0-1 fields parsed as struct) |
367eebb1 | 6 | \\\n escapes in strings aren't handled in the console |
365abb0a | 7 | look into what String is, and whether to bridge it |