{"id":16988761,"url":"https://github.com/seho-dev/typescript-rust","last_synced_at":"2026-04-13T22:34:24.498Z","repository":{"id":125987331,"uuid":"563917677","full_name":"seho-dev/typescript-rust","owner":"seho-dev","description":"A Typescript interpreter in Rust.","archived":false,"fork":false,"pushed_at":"2022-10-30T16:41:03.000Z","size":182,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-29T21:45:35.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seho-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-09T15:55:50.000Z","updated_at":"2023-03-04T00:42:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0fd9eb0-521d-4331-ad23-f106fbdd5ada","html_url":"https://github.com/seho-dev/typescript-rust","commit_stats":{"total_commits":36,"total_committers":1,"mean_commits":36.0,"dds":0.0,"last_synced_commit":"a85dc754795c0900d1d59a3941b77913d58dc6eb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seho-dev/typescript-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seho-dev%2Ftypescript-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seho-dev%2Ftypescript-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seho-dev%2Ftypescript-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seho-dev%2Ftypescript-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seho-dev","download_url":"https://codeload.github.com/seho-dev/typescript-rust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seho-dev%2Ftypescript-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31774103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T03:04:42.654Z","updated_at":"2026-04-13T22:34:24.458Z","avatar_url":"https://github.com/seho-dev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# typescript\n\nThis is a Rust native implementation of a Typescript Parser and a JIT execution engine.\n\nThis project comes in two crates:\n\n+ [typescript-ast]: Parses Typescript into an AST.\n+ [typescript-jit]: Takes an AST representation and creates an executable script.\n\n**State:** \n+ Parser: Async/Await are missing.\n+ JIT: Creates functional binary code for functions.\n\n## Why?\n\n+ Because V8 is to compllicated to \"just integrate it\".\n+ rquickjs makes problems in an multi threaded environment.\n+ And lua is fast, but ugly for larger scripts.\n\n## Features\n\n+ Parses Typescript via Pest.\n+ A LLVM based JIT execution engine.\n\n## typescript-jit usage\n\n**Info:**\n```\nA native Typescript parser and JIT runner.\n\nUsage: typescript-jit [OPTIONS] \u003cFILENAME\u003e\n\nArguments:\n  \u003cFILENAME\u003e  \n\nOptions:\n  -l, --log \u003cLOG\u003e  show a execution log. This for debugging\n  -i, --ir \u003cIR\u003e    shows the LLVM IR code. This for debugging\n  -h, --help       Print help information\n  -V, --version    Print version information\n```\n\n```bash\ncargo run -- -l typescript.log --ir main.ir 'samples/sample.ts'\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseho-dev%2Ftypescript-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseho-dev%2Ftypescript-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseho-dev%2Ftypescript-rust/lists"}