Skip to content

Latest commit

 

History

61 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JOKE is OfuzaKe ecmascript Engine

JOKE is reference implementation for JokeScript. JokeScript is subset of ECMAScript2015 and later.

"ofuzake" means joke.

Project goal

Self hosting.

Current status

  • 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.

About

JOKE is OfuzaKe ecmascript Engine

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages