{"id":18420659,"url":"https://github.com/aloussase/sotest","last_synced_at":"2025-08-23T16:09:50.263Z","repository":{"id":260461158,"uuid":"881359096","full_name":"aloussase/sotest","owner":"aloussase","description":"A tiny scripting language to test loading shared libraries","archived":false,"fork":false,"pushed_at":"2024-11-01T13:15:56.000Z","size":1563,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T23:41:26.249Z","etag":null,"topics":["c","interpreter","programming-language","shared"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aloussase.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,"zenodo":null}},"created_at":"2024-10-31T12:19:32.000Z","updated_at":"2024-11-01T13:16:00.000Z","dependencies_parsed_at":"2024-10-31T13:30:20.742Z","dependency_job_id":"5133a61f-55e6-4d3c-9771-696d96767210","html_url":"https://github.com/aloussase/sotest","commit_stats":null,"previous_names":["aloussase/sotest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aloussase/sotest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloussase%2Fsotest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloussase%2Fsotest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloussase%2Fsotest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloussase%2Fsotest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aloussase","download_url":"https://codeload.github.com/aloussase/sotest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloussase%2Fsotest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271755444,"owners_count":24815408,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"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":["c","interpreter","programming-language","shared"],"created_at":"2024-11-06T04:22:36.627Z","updated_at":"2025-08-23T16:09:50.240Z","avatar_url":"https://github.com/aloussase.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sotest\n\nA tiny interpreter for loading and testing shared libraries.\n\n## Installation\n\nYou'll need a C compiler and CMake installed.\n\n```\ngit clone https://github.com/aloussase/sotest\ncd sotest\ncmake -B build -S . -DCMAKE_BUILD_TYPE=Release\ncmake --build build\n```\n\n## Usage\n\nTo spawn a REPL:\n\n```\n./build/sotest\n```\n\nTo evaluate the contents of a file:\n\n```\n./build/sotest \u003cfilename\u003e\n```\n\nReplace `\u003cfilename\u003e` with the name of your script. You can use the included\n`test.sc` script to test the interpreter if you want.\n\n## Demo\n\n### Interactive mode\n\n![interactive](./assets/interactive-mode.png)\n\n### Batch mode\n\n![batch](./assets/batch-mode.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloussase%2Fsotest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faloussase%2Fsotest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloussase%2Fsotest/lists"}