{"id":36223711,"url":"https://github.com/orsinium-labs/bitsy-script","last_synced_at":"2026-01-11T05:02:34.402Z","repository":{"id":330168399,"uuid":"1118801364","full_name":"orsinium-labs/bitsy-script","owner":"orsinium-labs","description":"Rust interpreter for the scripting language used for dialogs in Bitsy game engine","archived":false,"fork":false,"pushed_at":"2025-12-24T14:41:39.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-25T06:25:52.683Z","etag":null,"topics":["bitsy","gamedev","interpreter","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"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/orsinium-labs.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-18T09:49:23.000Z","updated_at":"2025-12-24T14:41:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/orsinium-labs/bitsy-script","commit_stats":null,"previous_names":["orsinium-labs/bitsy-script"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/orsinium-labs/bitsy-script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fbitsy-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fbitsy-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fbitsy-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fbitsy-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orsinium-labs","download_url":"https://codeload.github.com/orsinium-labs/bitsy-script/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fbitsy-script/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28287010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T04:44:51.577Z","status":"ssl_error","status_checked_at":"2026-01-11T04:44:44.232Z","response_time":60,"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":["bitsy","gamedev","interpreter","rust"],"created_at":"2026-01-11T05:02:33.745Z","updated_at":"2026-01-11T05:02:34.395Z","avatar_url":"https://github.com/orsinium-labs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bitsy-interpreter\n\nRust interpreter for the scripting language used for dialogs in [Bitsy](https://bitsy.org/) game engine.\n\nIt's far from 100% compatibility. A lot of complex nodes won't be parsed. The goal was to keep the implementation simple and the AST flat. This might change in the future implementations and we'll hopefully have a proper parser for all quirks and gimmicks of bitsy.\n\n## Installation\n\n```bash\ncargo add bitsy-script\n```\n\n## Usage\n\n```rust\nuse bitsy_script::*;\nlet dialog = \"hello {wvy}world{/wvy}!{br}\";\nlet mut state = State::default();\nlet tokenizer = Tokenizer::new(dialog);\nlet interpreter = Interpreter {\n    tokens: tokenizer,\n    state: \u0026mut state,\n};\nlet words: Vec\u003c_\u003e = interpreter.collect();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forsinium-labs%2Fbitsy-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forsinium-labs%2Fbitsy-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forsinium-labs%2Fbitsy-script/lists"}