Crates.io | typescript-ast |
lib.rs | typescript-ast |
version | 0.0.1 |
source | src |
created_at | 2022-10-06 13:15:33.874473 |
updated_at | 2022-10-06 13:15:33.874473 |
description | A native Typescript parser. |
homepage | |
repository | https://github.com/void-dragon/typescript |
max_upload_size | |
id | 681326 |
size | 25,242 |
This is a Rust native implementation of a Typescript Parser and a JIT execution engine.
This project comes in two crates:
State:
Info:
A native Typescript parser and JIT runner.
Usage: typescript-jit [OPTIONS] <FILENAME>
Arguments:
<FILENAME>
Options:
-l, --log <LOG> show a execution log. This for debugging
-i, --ir <IR> shows the LLVM IR code. This for debugging
-h, --help Print help information
-V, --version Print version information
cargo run -- -l typescript.log --ir main.ir 'samples/sample.ts'