{"id":26866096,"url":"https://github.com/cordx56/slip","last_synced_at":"2025-05-07T01:23:05.074Z","repository":{"id":52203159,"uuid":"364540204","full_name":"cordx56/slip","owner":"cordx56","description":"Small LIsP (toy) language compiler project","archived":false,"fork":false,"pushed_at":"2021-05-22T23:17:59.000Z","size":65,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-03T06:11:42.085Z","etag":null,"topics":["compiler","llvm","rust"],"latest_commit_sha":null,"homepage":"https://slip.cordx.net/","language":"Rust","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/cordx56.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}},"created_at":"2021-05-05T10:31:26.000Z","updated_at":"2024-03-05T09:07:56.000Z","dependencies_parsed_at":"2022-08-03T15:19:54.230Z","dependency_job_id":null,"html_url":"https://github.com/cordx56/slip","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/cordx56%2Fslip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cordx56%2Fslip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cordx56%2Fslip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cordx56%2Fslip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cordx56","download_url":"https://codeload.github.com/cordx56/slip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252794295,"owners_count":21805174,"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":["compiler","llvm","rust"],"created_at":"2025-03-31T04:53:38.670Z","updated_at":"2025-05-07T01:23:05.057Z","avatar_url":"https://github.com/cordx56.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# slip\nslip - Small LIsP compiler project\n\n## Run\n### Install LLVM 11 using llvmenv\n- install cmake, make, ninja, g++/clang++\n- `cargo install llvmenv`\n- `llvmenv init`\n- `llvmenv build-entry 11.0.0`\n- `set -x LLVM_SYS_110_PREFIX (llvmenv prefix)`\n### Run test code\n```bash\n$ cargo run test.slip\n```\n### Print test code LLVM IR\n```bash\n$ cargo run test.slip --llvmir\n```\n\n## Language specification\n### BNF\n```\n\u003cprogram\u003e    ::= (\u003cmultispace\u003e* \u003cexpression\u003e \u003cmultispace\u003e*)*\n\u003cexpression\u003e ::= \u003catom\u003e | \u003clist\u003e\n\u003clist\u003e       ::= \"(\" \u003cmultispace\u003e* \u003cexpression\u003e (\u003cmultispace\u003e+ \u003cexpression\u003e)* \u003cmultispace\u003e* \")\" | \"(\" \u003cmultispace\u003e* \")\"\n\u003catom\u003e       ::= \u003cidentifier\u003e | \u003cconstant\u003e\n\u003cconstant\u003e   ::= \u003cnumber\u003e | \u003cstring\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcordx56%2Fslip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcordx56%2Fslip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcordx56%2Fslip/lists"}