{"id":15746893,"url":"https://github.com/rwaskiewicz/clox","last_synced_at":"2025-08-28T09:14:49.265Z","repository":{"id":117137256,"uuid":"273988462","full_name":"rwaskiewicz/clox","owner":"rwaskiewicz","description":"Implementation of clox from http://craftinginterpreters.com/a-bytecode-virtual-machine.html","archived":false,"fork":false,"pushed_at":"2021-04-16T23:45:48.000Z","size":366,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T23:03:40.199Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/rwaskiewicz.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":"2020-06-21T21:46:10.000Z","updated_at":"2021-05-28T11:20:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"741841a8-f6e9-434f-9b76-11ababe88851","html_url":"https://github.com/rwaskiewicz/clox","commit_stats":{"total_commits":83,"total_committers":1,"mean_commits":83.0,"dds":0.0,"last_synced_commit":"ff7ef3f80751b0498709dca5c12fc4adb15e52e6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwaskiewicz%2Fclox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwaskiewicz%2Fclox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwaskiewicz%2Fclox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwaskiewicz%2Fclox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rwaskiewicz","download_url":"https://codeload.github.com/rwaskiewicz/clox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246425208,"owners_count":20775089,"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":[],"created_at":"2024-10-04T05:01:51.252Z","updated_at":"2025-03-31T06:24:32.447Z","avatar_url":"https://github.com/rwaskiewicz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clox\n\nMy implmentation of Crafting Interpreter's lox language in C (Pt 3 of the book)\n\n## Compiling\n```\ngcc -o clox main.c chunk.c compiler.c debug.c memory.c object.c scanner.c table.c value.c vm.c\n```\n\n## Testing\n\nTo run tests against the test suite defined in the CI repo:\n\n- `undef` debugging symbols in `common.h`\n- compile your version\n- pull down the latest CI repo changes\n- use the names in `[test.dart]`(https://github.com/munificent/craftinginterpreters/blob/master/tool/bin/test.dart#L747)\n- invoke from the CI repo\n```\ndart tool/bin/test.dart chap23_jumping --interpreter ../clox-2/clox\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwaskiewicz%2Fclox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frwaskiewicz%2Fclox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwaskiewicz%2Fclox/lists"}