{"id":19457952,"url":"https://github.com/sharparam/clox","last_synced_at":"2026-03-08T16:35:00.874Z","repository":{"id":46623654,"uuid":"141066353","full_name":"Sharparam/clox","owner":"Sharparam","description":"C implementation of Lox","archived":false,"fork":false,"pushed_at":"2023-12-01T17:30:04.000Z","size":58,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T17:22:33.952Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"C","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/Sharparam.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},"funding":{"community_bridge":null,"github":["Sharparam"],"issuehunt":null,"ko_fi":"sharparam","liberapay":"Sharparam","open_collective":null,"otechie":null,"patreon":null,"tidelift":null,"custom":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=5SCGZ5FTAQM38\u0026currency_code=EUR"]}},"created_at":"2018-07-15T23:47:55.000Z","updated_at":"2022-03-28T12:51:47.000Z","dependencies_parsed_at":"2024-11-10T17:26:32.145Z","dependency_job_id":"6d0e1f8d-9095-42a4-be5e-4b0a6ff68bf5","html_url":"https://github.com/Sharparam/clox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharparam%2Fclox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharparam%2Fclox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharparam%2Fclox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharparam%2Fclox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sharparam","download_url":"https://codeload.github.com/Sharparam/clox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250760821,"owners_count":21482875,"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":["hacktoberfest"],"created_at":"2024-11-10T17:24:44.081Z","updated_at":"2026-03-08T16:35:00.811Z","avatar_url":"https://github.com/Sharparam.png","language":"C","funding_links":["https://github.com/sponsors/Sharparam","https://ko-fi.com/sharparam","https://liberapay.com/Sharparam","https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=5SCGZ5FTAQM38\u0026currency_code=EUR"],"categories":[],"sub_categories":[],"readme":"# clox\nA C implementation of the Lox language.\n\nThe implementation follows part III of [the book][book] by [munificent][].\n\n## Usage\n\nLaunch it via `./build/clox` from the root of the repo after building it. Passing no arguments will start the REPL.\n\nPass a file as an argument to execute the file: `./build/clox myfile.lox`\n\nFor a description of some options available, run it with the `-h` or `--help` option.\n\n## Building\n\nGenerate build files with [Meson][meson] and then build as you're used to.\n\nIf you're on Linux with Meson installed:\n\n```\n$ ./build.sh\n```\n\n## License\n\nCopyright (c) 2018-2022 by Adam Hellberg.\n\nThis project is licensed under the [MIT License][mit], following the [main repo][main] licensing the code part under MIT.\n\nSee the file `LICENSE` for more information.\n\n[book]: http://www.craftinginterpreters.com/\n[munificent]: https://github.com/munificent\n[mit]: https://opensource.org/licenses/MIT\n[main]: https://github.com/munificent/craftinginterpreters\n[meson]: https://mesonbuild.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharparam%2Fclox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharparam%2Fclox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharparam%2Fclox/lists"}