{"id":24374624,"url":"https://github.com/frozenlemontee/liscpp","last_synced_at":"2026-05-22T04:07:38.401Z","repository":{"id":272016431,"uuid":"915237127","full_name":"FrozenLemonTee/liscpp","owner":"FrozenLemonTee","description":"A simple Scheme interpreter","archived":false,"fork":false,"pushed_at":"2025-02-23T02:41:14.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T03:24:49.331Z","etag":null,"topics":["cpp","debugger","interpreter","lisp","lisp-interpreter","scheme","scheme-interpreter"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FrozenLemonTee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null}},"created_at":"2025-01-11T10:23:55.000Z","updated_at":"2025-02-23T02:41:17.000Z","dependencies_parsed_at":"2025-01-11T13:42:09.557Z","dependency_job_id":"ad187159-b040-4791-a332-a083029cce20","html_url":"https://github.com/FrozenLemonTee/liscpp","commit_stats":null,"previous_names":["frozenlemontee/liscpp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrozenLemonTee%2Fliscpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrozenLemonTee%2Fliscpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrozenLemonTee%2Fliscpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrozenLemonTee%2Fliscpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FrozenLemonTee","download_url":"https://codeload.github.com/FrozenLemonTee/liscpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243213851,"owners_count":20254879,"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":["cpp","debugger","interpreter","lisp","lisp-interpreter","scheme","scheme-interpreter"],"created_at":"2025-01-19T05:40:56.092Z","updated_at":"2025-12-28T06:58:14.939Z","avatar_url":"https://github.com/FrozenLemonTee.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# liscpp\n\n一款基于c++实现的Lisp([Clojure](https://en.wikipedia.org/wiki/Clojure))语言解释器。\n\n### 使用方式\n\n支持REPL(Read-Eval-Print-Loop)交互模式和文件执行模式。\n\nREPL交互模式:\n* 输入指令\n```shell\nliscpp\n```\n* 进入REPL交互界面\n```text\nuser\u003e\n```\n\n文件执行模式:\n* 输入指令\n```shell\nliscpp \"hello_world.mal\"\n```\n* 输出结果\n```text\nHello world!\n```\n\n### 支持功能 \u0026\u0026 未来计划\n\n已完成部分：\n\n✅ 内置类型系统：\n\nMalType --\u003e MalPair, MalList, MalVector, MalMap,MalBool, MalInt, MalString, MalSymbol, ...\n\n✅ 三大组件: 解析器(Reader), 求值器(Evaluator), 打印器(Printer)\n\n✅ 流程控制关键字(do, if), 定义关键字(let*, fn*, def!), ...\n\n✅ 大部分标准内建函数: +, -, *, /, prn, println, eval, load-file, ...\n\n待实现：\n\n📝 相关读取器宏\n\n📝 异常捕捉系统\n\n📝 元数据\n\n📝 解释器内存管理优化\n\n📝 解释器LLVM移植\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrozenlemontee%2Fliscpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrozenlemontee%2Fliscpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrozenlemontee%2Fliscpp/lists"}