{"id":15813772,"url":"https://github.com/dezashibi-c/a-clox","last_synced_at":"2026-05-03T10:36:34.208Z","repository":{"id":256409091,"uuid":"850162513","full_name":"dezashibi-c/a-clox","owner":"dezashibi-c","description":"This is a follow up/re-implementation of `clox` programming language from Crafting Interpreters Book.","archived":false,"fork":false,"pushed_at":"2024-09-30T10:09:38.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-21T20:51:17.084Z","etag":null,"topics":["c","clox","cmake","compiler","crafting-interpreters","linux","lox","macos","osx","vm","windows"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dezashibi-c.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}},"created_at":"2024-08-31T03:08:43.000Z","updated_at":"2024-09-30T10:09:42.000Z","dependencies_parsed_at":"2024-09-10T15:31:46.886Z","dependency_job_id":"08c9e77c-d19e-4ce0-b6c6-63723a385396","html_url":"https://github.com/dezashibi-c/a-clox","commit_stats":null,"previous_names":["dezashibi-c/a-clox"],"tags_count":0,"template":false,"template_full_name":"dezashibi-c/cmake_template","purl":"pkg:github/dezashibi-c/a-clox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dezashibi-c%2Fa-clox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dezashibi-c%2Fa-clox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dezashibi-c%2Fa-clox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dezashibi-c%2Fa-clox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dezashibi-c","download_url":"https://codeload.github.com/dezashibi-c/a-clox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dezashibi-c%2Fa-clox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32566444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["c","clox","cmake","compiler","crafting-interpreters","linux","lox","macos","osx","vm","windows"],"created_at":"2024-10-05T04:05:43.204Z","updated_at":"2026-05-03T10:36:34.190Z","avatar_url":"https://github.com/dezashibi-c.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CLox Compiler\n\nThis is a follow up/re-implementation of `clox` programming language from [Crafting Interpreters Book](https://craftinginterpreters.com/a-bytecode-virtual-machine.html).\n\nI've made some changes, in namings, files, etc. I've also added array support as well.\n\n## Structure\n\n- `cmake` any utility and re-usable files for your cmakes goes here.\n- `extern` folder is where you put your external dependencies, as an example I have used `clove-unit` library for unit testing.\n- `include` is where you put your exported header files.\n- `src` is where your `.c` files must be placed.\n- `tests` are written using `clove-unit` framework which is a lightweight and single header library.\n\n**👉 NOTE:** You can refer to [here](https://github.com/fdefelici/clove-unit) for more information about `clove-unit`.\n\n**👉 NOTE:** There is also `.clang-format` available for you to use.\n\n**👉 NOTE:** All the build artifacts will be placed in `out` folder, all the build artifacts for tests will be placed in `out_tests` folder.\n\n## CMake Configuration Options\n\n- `clox_ENABLE_NAN_BOXING` -\u003e `ON` by default\n- `clox_ENABLE_DEBUG_PRINT_CODE` -\u003e `OFF` by default\n- `clox_ENABLE_DEBUG_TRACE_EXECUTION` -\u003e `OFF` by default\n- `clox_ENABLE_DEBUG_STRESS_GC` -\u003e `ON` by default\n- `clox_ENABLE_DEBUG_LOG_GC` -\u003e `OFF` by default\n\n## License\n\nCreative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) License.\n\nPlease refer to [LICENSE](/LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdezashibi-c%2Fa-clox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdezashibi-c%2Fa-clox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdezashibi-c%2Fa-clox/lists"}