{"id":24288634,"url":"https://github.com/ppodds/smli","last_synced_at":"2026-04-22T09:07:04.059Z","repository":{"id":103819441,"uuid":"579028986","full_name":"ppodds/smli","owner":"ppodds","description":"A mini-LISP interpreter written in Rust. This is a term project for the course \"Compiler\" in National Central University.","archived":false,"fork":false,"pushed_at":"2022-12-19T03:54:19.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T00:20:43.159Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ppodds.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":"2022-12-16T13:35:10.000Z","updated_at":"2022-12-16T13:36:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"4d9267b8-0142-454c-ae7c-62517ded7089","html_url":"https://github.com/ppodds/smli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ppodds/smli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppodds%2Fsmli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppodds%2Fsmli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppodds%2Fsmli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppodds%2Fsmli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ppodds","download_url":"https://codeload.github.com/ppodds/smli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppodds%2Fsmli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32128729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"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":[],"created_at":"2025-01-16T10:20:13.074Z","updated_at":"2026-04-22T09:07:04.053Z","avatar_url":"https://github.com/ppodds.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# smli\n\nA mini-LISP interpreter written in Rust. It is my first Rust project. I'm still learning Rust, so the code may not be idiomatic. Currently, it only supports a subset of LISP.\n\n## Features\n\n- [x] Syntax Validation\n- [x] Print\n- [x] Numerical Operations\n- [x] Logical Operations\n- [x] if Expression\n- [x] Variable Definition\n- [x] Function\n- [x] Named Function\n- [x] Recursion\n- [x] Type Checking\n- [x] Nested Function\n- [ ] First-class Function\n\n## Installation\n\nDownload Rust from [https://www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install) and install it.\n\n```sh\ngit clone https://github.com/ppodds/smli.git\ncd smli\n\n# run directly\ncargo run \u003cfilename\u003e\n\n# compile and run (you only need smli(.exe))\ncargo build -r\n./target/release/smli \u003cfilename\u003e\n```\n\n## Run Tests\n\n```sh\ncargo test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppodds%2Fsmli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fppodds%2Fsmli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppodds%2Fsmli/lists"}