Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 381 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 381 Bytes

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