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).
- Host: GitHub
- URL: https://github.com/yisar/joke
- Owner: yisar
- License: mit
- Created: 2020-05-21T11:00:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T15:50:46.000Z (over 5 years ago)
- Last Synced: 2025-03-28T12:06:55.728Z (11 months ago)
- Topics: javascript-engine, typescript-runtime
- Language: Rust
- Homepage:
- Size: 30.3 KB
- Stars: 45
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - joke
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