The Wayback Machine - https://web.archive.org/web/20200911022815/https://github.com/yisar/joke
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Joke

Tiny Javascript engine, does not support Typescript(yet).

code -> lexer -> [tokens] -> parser -> [AST] -> codegen -> [bytecodes] -> vm -> run

Motivation

V8 is too bloated, and I don't understand C++ yet, I want to write a really lightweight Javascript engine.

And there is no real Typescript runtime yet, Maybe I can do it.

License

MIT Β©yisar

About

πŸŽƒ Tiny Javascript engine, does not support Typescript (yet).

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.