Confirmed users, Bureaucrats and Sysops emeriti
419
edits
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
** XDuce or similar extensions to the JS2/ES4 type system | ** XDuce or similar extensions to the JS2/ES4 type system | ||
* Changes to the core language, in particular to error handling rules, to make it easier to add new syntax in future versions of the language (JS n, where n > 3) without scripts using those languages breaking in earlier browsers (JS 3..n-1). | * Changes to the core language, in particular to error handling rules, to make it easier to add new syntax in future versions of the language (JS n, where n > 3) without scripts using those languages breaking in earlier browsers (JS 3..n-1). | ||
** This requires lexical and syntactic grammar extensibility, not just error handling as in HTML | |||
* BigInt and other Big numeric types, and pragma support to use them for numeric literals and operators by default |