{"id":13782874,"url":"https://github.com/kuannie1/SoftSysEccentricEucalyptus","last_synced_at":"2025-05-11T16:33:18.279Z","repository":{"id":67289087,"uuid":"85626641","full_name":"kuannie1/SoftSysEccentricEucalyptus","owner":"kuannie1","description":"Lisp interpreter in C","archived":false,"fork":false,"pushed_at":"2017-05-06T16:56:48.000Z","size":566,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-17T18:32:31.674Z","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/kuannie1.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}},"created_at":"2017-03-20T20:59:47.000Z","updated_at":"2018-12-05T02:40:53.000Z","dependencies_parsed_at":"2024-01-07T23:08:10.469Z","dependency_job_id":"847c3bab-966f-462b-a792-c2dfe8045ba0","html_url":"https://github.com/kuannie1/SoftSysEccentricEucalyptus","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/kuannie1%2FSoftSysEccentricEucalyptus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuannie1%2FSoftSysEccentricEucalyptus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuannie1%2FSoftSysEccentricEucalyptus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuannie1%2FSoftSysEccentricEucalyptus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuannie1","download_url":"https://codeload.github.com/kuannie1/SoftSysEccentricEucalyptus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253595990,"owners_count":21933489,"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:46.856Z","updated_at":"2025-05-11T16:33:17.936Z","avatar_url":"https://github.com/kuannie1.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# eLISP-Cs...\n\n## Description\nThis repository contains two different implementations for a Lisp interpreter in C.\nThe first version we have is included within the `src` directory, and includes\nheavy use of Yacc and Lex to assist with parsing. This version was significantly\nassisted by Riccardo Pucella, visiting lecturer at Olin. Our conversations with\nhim guided much of the structure we used in the parsing and the interpreter.\nThe other version is included in the directory `ast_c`. This version was less guided\nby the help of Dr. Pucella, but used\n[Peter Norvig’s Lispy interpreter](http://norvig.com/lispy.html), a Lisp\ninterpreter written in Python, as a reference. This version served more as an\nexploration into how to build an abstract syntax tree and interpret it.\n\n\n## Authors\n[Annie Ku](https://github.com/kuannie1), [Margo Crawford](https://github.com/Margaretmcrawf), [Nathan Yee](https://github.com/NathanYee), [Serena Chen](https://github.com/poosomooso)\n\n## Getting Started\n```bash\ngit clone https://github.com/kuannie1/SoftSysEccentricEucalyptus.git\nsudo apt-get install flex bison\n```\n\n## Usage\n### Using the Lex and Yacc based interpreter\n```bash\ncd SoftSysEccentricEucalyptus/lexyacc\nmake interpreter\n./interpreter \u003clisp file\u003e\n```\nThere is a test lisp file included in the directory, called `test.lisp`.\n### Using the parsing focused interpreter\n```bash\ncd SoftSysEccentricEucalyptus/parsing_focused\nmake interpreter\n./interpreter \u003clisp file\u003e\n```\nThere is a test lisp file included in the directory, called `sample.lisp`.\n\n## License\nThe MIT License (MIT)\n\nCopyright (c) 2013-2014 Jeff Martin\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuannie1%2FSoftSysEccentricEucalyptus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuannie1%2FSoftSysEccentricEucalyptus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuannie1%2FSoftSysEccentricEucalyptus/lists"}