{"id":15611612,"url":"https://github.com/boxdot/basic-rs","last_synced_at":"2026-01-20T15:32:45.125Z","repository":{"id":77729366,"uuid":"143139050","full_name":"boxdot/basic-rs","owner":"boxdot","description":"Minimal BASIC interpreter written in Rust","archived":false,"fork":false,"pushed_at":"2019-07-29T08:40:31.000Z","size":495,"stargazers_count":1,"open_issues_count":5,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-06T22:43:09.533Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boxdot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2018-08-01T10:10:19.000Z","updated_at":"2020-08-12T07:53:02.000Z","dependencies_parsed_at":"2023-03-24T06:33:44.162Z","dependency_job_id":null,"html_url":"https://github.com/boxdot/basic-rs","commit_stats":{"total_commits":136,"total_committers":3,"mean_commits":"45.333333333333336","dds":"0.11764705882352944","last_synced_commit":"e430425185add45504ff98f929a6ba8b3d920da5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boxdot/basic-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxdot%2Fbasic-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxdot%2Fbasic-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxdot%2Fbasic-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxdot%2Fbasic-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boxdot","download_url":"https://codeload.github.com/boxdot/basic-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxdot%2Fbasic-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28606142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T14:45:23.139Z","status":"ssl_error","status_checked_at":"2026-01-20T14:44:16.929Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-03T06:05:50.305Z","updated_at":"2026-01-20T15:32:45.110Z","avatar_url":"https://github.com/boxdot.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BASIC Interpreter ![Build Status][travis]\n\nImplementation of BASIC interpreter in Rust. The implementation follows the [ECMA-55] specification.\n\nThis project is **WIP**:\n\n![test coverage](https://img.shields.io/badge/style-149%2F212%20tests-blue.svg?longCache=true\u0026label=Minimal%20basic%20test%20coverage)\n\n1. Pick any tests marked with `try_test_program` in [tests/integration.rs](tests/integration.rs).\n2. Change the test to use the `test_program` macro.\n3. Run `cargo test PXXX` where `XXX` is one of the tests you want to fix.\n4. Read the [ECMA-55] spec. 😀\n5. Implement parsing in `src/parser.rs`.\n6. Implement interpreter in `src/interpreter.rs`.\n7. If needed, extend model in `src/ast.rs`.\n8. Run `cargo test` to see if you made any other tests pass!\n9. Profit!\n\n[ECMA-55]: https://buraphakit.sourceforge.io/ECMA-55,1st_Edition,_January_1978.pdf\n[travis]: https://travis-ci.com/boxdot/basic-rs.svg?branch=master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxdot%2Fbasic-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboxdot%2Fbasic-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxdot%2Fbasic-rs/lists"}