0.1.0 Sep 28, 2022
0.0.1 Oct 6, 2022

#25 in #typescript-parser

28 downloads per month

MIT license

43KB
1K SLoC

typescript

DANGER: This is a draft version and more for the purpose of saving the name on crates.io

This is a Rust native implementation of a Typescript Parser and a JIT execution engine.

Why?

  • Because V8 is to compllicated to "just integrate it".
  • rquickjs makes problems in an multi threaded environment.
  • And lua is fast, but ugly for larger scripts.

Features

  • Parses Typescript via Pest.
  • A LLVM based JIT execution engine.

Dependencies

~2.9–4MB
~84K SLoC