| Crates.io | typescript-jit |
| lib.rs | typescript-jit |
| version | 0.0.1 |
| created_at | 2022-09-28 09:40:27.362902+00 |
| updated_at | 2022-10-06 13:20:38.936151+00 |
| description | A native Typescript parser and JIT runner. |
| homepage | |
| repository | https://github.com/void-dragon/typescript |
| max_upload_size | |
| id | 675574 |
| size | 45,669 |
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'