typescript-jit 0.1.0

A native Typescript parser and JIT runner.
docs.rs failed to build typescript-jit-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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.