{"id":13783192,"url":"https://github.com/babara2/Scheme-Interpreter","last_synced_at":"2025-05-11T17:31:24.757Z","repository":{"id":216005637,"uuid":"111578985","full_name":"babara2/Scheme-Interpreter","owner":"babara2","description":null,"archived":false,"fork":false,"pushed_at":"2017-11-21T17:50:40.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-24T16:41:56.011Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/babara2.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}},"created_at":"2017-11-21T17:14:27.000Z","updated_at":"2017-11-21T17:47:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"d97c4518-79cf-43ba-b1d2-8cb177f2da48","html_url":"https://github.com/babara2/Scheme-Interpreter","commit_stats":null,"previous_names":["babara2/scheme-interpreter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babara2%2FScheme-Interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babara2%2FScheme-Interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babara2%2FScheme-Interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babara2%2FScheme-Interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babara2","download_url":"https://codeload.github.com/babara2/Scheme-Interpreter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213838191,"owners_count":15645789,"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:55.419Z","updated_at":"2024-08-03T18:11:29.800Z","avatar_url":"https://github.com/babara2.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# Scheme Interpreter\n\nThis project implements a Scheme Interpreter for RSR5 in C. The project \nbuilds off a linkedlist represented as a cons type (Scheme), and uses Value \nstructs(see value.h) to store information about each token seen in the \ninput. These tokenized inputs(generated using the tokenizer in tokenizer.c) \nare parsed using a modified/simplified recursive descent parser, and \nare finally interpreted(see interpreter.c for details). The evaluation \nis done using an environment (and frame) model.\n\nLimitations\n===========\nThe program does not handle all scheme commands. For details, look at the \nbindings and special forms in interpreter.c.\n\nUsage\n===========\nTo Run:\n1. Go to Directory\n2. `make interpreter \u003c testFile` \n3. `make memtest \u003c testFile` for memory tests using Valgrind.\n4. `make clean` to remove all compiled files.\n\n`testFile` could be selected from the list of test cases in directory:\n`test-cases`\n\nCredits\n===========\nBig thanks to Kelsey Krantz and Lindsey Chavez for providing solid support.\nProf. Jed Yang was an invaluable resource in figuring out problems with the \ninterpreter. All test cases were tested in racket which was an great resource.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabara2%2FScheme-Interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabara2%2FScheme-Interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabara2%2FScheme-Interpreter/lists"}