{"id":28210973,"url":"https://github.com/darinm223/rust-feeny","last_synced_at":"2026-02-28T03:09:03.906Z","repository":{"id":78918360,"uuid":"55293151","full_name":"DarinM223/rust-feeny","owner":"DarinM223","description":"Working through UC Berkeley's graduate virtual machine class in Rust","archived":false,"fork":false,"pushed_at":"2025-03-02T21:16:34.000Z","size":123,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-11T03:35:37.789Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":false,"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/DarinM223.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,"publiccode":null,"codemeta":null}},"created_at":"2016-04-02T12:24:24.000Z","updated_at":"2025-03-02T16:06:03.000Z","dependencies_parsed_at":"2023-02-25T04:45:32.977Z","dependency_job_id":null,"html_url":"https://github.com/DarinM223/rust-feeny","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/DarinM223/rust-feeny","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarinM223%2Frust-feeny","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarinM223%2Frust-feeny/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarinM223%2Frust-feeny/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarinM223%2Frust-feeny/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DarinM223","download_url":"https://codeload.github.com/DarinM223/rust-feeny/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarinM223%2Frust-feeny/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29923442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-05-17T17:10:54.333Z","updated_at":"2026-02-28T03:09:03.901Z","avatar_url":"https://github.com/DarinM223.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"rust-feeny\n==========\n\nLearning virtual machines, garbage collectors, and bytecode interpreters by working through the homework for the UC Berkeley graduate course UCB CS294: Virtual Machines and Managed Runtimes\n\nRunning:\n--------\n\nFirst you have to run cargo to build the project:\n```\ncargo build\n```\n\nNote: in order to run the sudoku.ast and sudoku2.ast test files it is better to\nbuild the project in release mode for better performance\n```\ncargo build --release\n```\n\nTo run the ast interpreter, you have to specify an AST file.\nTo print debug statments use RUST_LOG=debug otherwise use RUST_LOG=info\n```\nRUST_LOG=info ./target/debug/feeny ast output/hello.ast\nRUST_LOG=debug ./target/debug/feeny ast output/hello.ast\n```\n\nTo run the bytecode interpreter, you have to specify a bytecode file.\n```\nRUST_LOG=info ./target/debug/feeny bc output/hello.bc\nRUST_LOG=debug ./target/debug/feeny bc output/hello.bc\n```\n\nFor release mode:\n```\n./target/release/feeny ./output/sudoku.ast\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarinm223%2Frust-feeny","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarinm223%2Frust-feeny","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarinm223%2Frust-feeny/lists"}