JOKE is reference implementation for JokeScript. JokeScript is subset of ECMAScript2015 and later.
"ofuzake" means joke.
Self hosting.
- Variable(const and let. no var and don't allow no declaration)
- Operator(not implement all)
- if statement.
- switch statement.
- while statement(no do-while)
- for statement(also for-of).
- break/continue.
- try-catch.
- Function(declaration and expression)
- Arrow function(not implement lexical this)
- Object.
- Class.
- Array.