{"id":23747764,"url":"https://github.com/erwijet/tibrs","last_synced_at":"2026-03-10T10:30:20.553Z","repository":{"id":216329269,"uuid":"740330418","full_name":"erwijet/tibrs","owner":"erwijet","description":"A crate for compiling 8xp binaries from TI-BASIC source","archived":false,"fork":false,"pushed_at":"2024-04-17T18:22:56.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T14:56:13.272Z","etag":null,"topics":["8xp","rust","ti-basic"],"latest_commit_sha":null,"homepage":"https://docs.rs/tibrs","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erwijet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-01-08T05:55:52.000Z","updated_at":"2024-09-04T23:20:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"36d76253-7a08-4827-a39c-edd86d2958be","html_url":"https://github.com/erwijet/tibrs","commit_stats":null,"previous_names":["erwijet/tibrs"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erwijet%2Ftibrs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erwijet%2Ftibrs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erwijet%2Ftibrs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erwijet%2Ftibrs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erwijet","download_url":"https://codeload.github.com/erwijet/tibrs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239907422,"owners_count":19716615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["8xp","rust","ti-basic"],"created_at":"2024-12-31T14:56:20.431Z","updated_at":"2026-03-10T10:30:20.485Z","avatar_url":"https://github.com/erwijet.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tibrs\n\nA library and CLI for compimling and decompiling TI-BASIC to and from an `8xp` outside of TI-CONNECT.\n\n## Installation\n```sh\n# add this crate to your project\n$ cargo add tibrs\n\n# install `tibc` binary\n$ cargo install tibrs --bins\n$ tibc --help # confirm installation\n```\n\n## Crate Usage\n\n```rust\n\nfn main() -\u003e {\n    let source = fs::read_to_string(\"~/path/to/source.tib\").unwrap();\n    let tokens: Vec\u003ctibrs::TibToken\u003e = tibrs::parse_str(source).unwrap();\n    let buf: Vec\u003cu8\u003e = compile(tokens, \"DEMONAME\".as_bytes()).unwrap();\n\n    fs::write(\"~/path/to/DEMONAME.8xp\", buf).unwrap();\n}\n\n```\n\n## CLI Usage\n\nNote: when compiling `8xp` files, `tibc` will infer the embedded `PRGM` var name from the first 8 letters of the outfile name, capitilized.\n\n```sh\n$ cargo install tibrs --bin tibc\n\n# compile\n$ tibc --compile --outfile DEMONAME.8xp source.tib\n\n# decompile\n$ tibc --decompile --outfile decomp.tib DEMONAME.8xp\n```\n\n## References\n\nThis binary implementation was based off the highly useful [Merthsoft TI Linkguide](https://merthsoft.com/linkguide/ti83+/fformat.html).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferwijet%2Ftibrs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferwijet%2Ftibrs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferwijet%2Ftibrs/lists"}