{"id":13782395,"url":"https://github.com/alabid/scheme_interpreter","last_synced_at":"2025-02-27T20:54:01.947Z","repository":{"id":2616191,"uuid":"3600264","full_name":"alabid/scheme_interpreter","owner":"alabid","description":"SCHEME interpreter implemented in C.","archived":false,"fork":false,"pushed_at":"2013-12-08T12:40:12.000Z","size":607,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-10T18:26:10.769Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alabid.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}},"created_at":"2012-03-02T07:58:31.000Z","updated_at":"2017-08-13T13:57:30.000Z","dependencies_parsed_at":"2022-08-29T12:12:42.918Z","dependency_job_id":null,"html_url":"https://github.com/alabid/scheme_interpreter","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/alabid%2Fscheme_interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alabid%2Fscheme_interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alabid%2Fscheme_interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alabid%2Fscheme_interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alabid","download_url":"https://codeload.github.com/alabid/scheme_interpreter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241059092,"owners_count":19902305,"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":[],"created_at":"2024-08-03T18:01:36.251Z","updated_at":"2025-02-27T20:54:01.919Z","avatar_url":"https://github.com/alabid.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"README\n======\nBy Daniel Alabi, Yichen Shen, and Jie Lin.\n\nThere are three parts of our scheme intepreter implementation written in C:\n\n* Tokenizer.\n* Parser.\n* Interpreter.\n\nWe closely followed the Scheme standard (which strongly correlates with\nthe DrRacket implementation). \n\n\nWhat works:\n-----------\n* primitive list functions: car, cdr, cons (both for proper and\n  improper lists).\n* primitive arithmetic functions like \u003e=, \u003c, and so on.\n* let and its variations like letrec.\n* define, set!, let.\n* condition operators like  cond, if, or.\n* logical operators like and, or.\n* lambda \n  \nOur interpreter can handle:\n\n* recursion\n* currying\n* functions\n* Improper lists\n\n\nWe have some complicated test cases that use primitives as a\nbase and build up to define some recursive functions.\n\n\nMIT Open Source License\n-----------------------\n\nCopyright © 2012 Daniel Alabi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falabid%2Fscheme_interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falabid%2Fscheme_interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falabid%2Fscheme_interpreter/lists"}