{"id":13783133,"url":"https://github.com/saetar/Interpreter","last_synced_at":"2025-05-11T17:30:57.695Z","repository":{"id":89095432,"uuid":"44448791","full_name":"saetar/Interpreter","owner":"saetar","description":"Racket interpreter written in C","archived":false,"fork":false,"pushed_at":"2015-10-17T18:23:16.000Z","size":248,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-03T18:18:17.251Z","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/saetar.png","metadata":{"files":{"readme":"README.txt","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":"2015-10-17T18:14:55.000Z","updated_at":"2015-10-17T18:24:05.000Z","dependencies_parsed_at":"2023-03-11T01:30:37.564Z","dependency_job_id":null,"html_url":"https://github.com/saetar/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/saetar%2FInterpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saetar%2FInterpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saetar%2FInterpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saetar%2FInterpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saetar","download_url":"https://codeload.github.com/saetar/Interpreter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253604493,"owners_count":21934869,"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:53.918Z","updated_at":"2025-05-11T17:30:57.331Z","avatar_url":"https://github.com/saetar.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"Interpreter for Racket code made in C. \n\nIt is split up into 3 different sections:\n  1) Tokenizer (tokenizer.c)\n  2) Parser (parser.c)\n  3) Interpreter (interpreter.c)\n\nTakes in a name of a Racket text file as command-line argument and prints results out to stdout. \n\ntalloc.c makes a \"tracked allocation\" of memory so I don't have to worry about freeing things at the end of execution.\nvalue.h provides a struct for keeping track of our tokens after tokenization. \nlinkedlist.h proviedes a struct for a linkedlist of values as one might imagine.\n\nUnfortunately, I was not able to finish a REPL (Read evaluate print loop) so that we could interpret on the fly in the command-line. (repl.c)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaetar%2FInterpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaetar%2FInterpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaetar%2FInterpreter/lists"}