{"id":13780648,"url":"https://github.com/Liutos/liutscm","last_synced_at":"2025-05-11T14:32:57.452Z","repository":{"id":7590588,"uuid":"8946851","full_name":"Liutos/liutscm","owner":"Liutos","description":"An interpreter for a subset of Scheme.","archived":false,"fork":false,"pushed_at":"2013-04-09T15:33:00.000Z","size":443,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-17T15:48:59.124Z","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/Liutos.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":"2013-03-22T07:16:39.000Z","updated_at":"2023-10-12T01:22:19.000Z","dependencies_parsed_at":"2022-08-30T05:40:57.251Z","dependency_job_id":null,"html_url":"https://github.com/Liutos/liutscm","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/Liutos%2Fliutscm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liutos%2Fliutscm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liutos%2Fliutscm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liutos%2Fliutscm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Liutos","download_url":"https://codeload.github.com/Liutos/liutscm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253580116,"owners_count":21930885,"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:18.325Z","updated_at":"2025-05-11T14:32:57.114Z","avatar_url":"https://github.com/Liutos.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# 毕业设计\n\n## 简介\n\nScheme方言子集的解释器。开发流程和一些实现思路参考了[Scheme From Scratch](http://michaux.ca/articles/scheme-from-scratch-introduction)和[chibi-scheme-0.2](http://synthcode.com/wiki/chibi-scheme)。编译器的实现（compile.c）和虚拟机的实现（vm.c）参考了Peter Norvig写的[《Paradigms of Artificial Intelligence Programming: Case Study in Common Lisp》](http://norvig.com/paip.html)的第23章。\n\n## 特性\n\n### 数据类型\n\n1. 定长数\n2. 布尔类型\n3. 字符类型\n4. 字符串类型\n5. 空表\n6. 点对类型\n7. 符号类型\n8. 原语和用户自定义的函数\n9. 输入与输出文件流\n10. 一维向量\n11. 编译过的函数\n12. 单精度浮点数\n\n### 函数库\n\n参见src/proc.c文件中的init\\_environment函数和.liut.scm文件\n\n### 安装与使用\n\n编译得到可执行的REPL，产生文件./liutscm：\n\n    make liutscm\n\n编译得到可执行的REPL测试程序，产生文件./run-repl-test：\n\n    make run-repl-test\n\n编译得到可执行的编译器测试程序，产生文件./run-compiler-test：\n\n    make run-compiler-test\n\n编译得到可执行的虚拟机测试程序，产生文件./run-vm-test：\n\n    make run-vm-test\n\n编译得到可执行的汇编函数测试程序，产生文件./run-asm-test：\n\n    make run-asm-test\n\n## 作者\n\nLiutos(\u003cmat.liutos@gmail.com\u003e)\n\n## License\n\nCopyright (C) 2013 Liutos, MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLiutos%2Fliutscm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLiutos%2Fliutscm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLiutos%2Fliutscm/lists"}