Skip to content
/ joke Public

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

License

Notifications You must be signed in to change notification settings

yisar/joke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages