An open API service indexing awesome lists of open source software.

https://github.com/yisar/joke

πŸŽƒ Tiny Javascript engine, does not support Typescript (yet).
https://github.com/yisar/joke

javascript-engine typescript-runtime

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Joke

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

```shell
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