{"id":16321465,"url":"https://github.com/doodlewind/ove-lang","last_synced_at":"2025-06-13T20:39:02.898Z","repository":{"id":57316987,"uuid":"79051383","full_name":"doodlewind/ove-lang","owner":"doodlewind","description":"👓 ove-lang, a language for his true fans.","archived":false,"fork":false,"pushed_at":"2017-01-16T00:53:32.000Z","size":20,"stargazers_count":26,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-28T01:47:29.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://ewind.us/h5/ove-lang/demo","language":"HTML","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/doodlewind.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":"2017-01-15T18:34:37.000Z","updated_at":"2022-05-08T08:00:34.000Z","dependencies_parsed_at":"2022-08-25T21:11:29.498Z","dependency_job_id":null,"html_url":"https://github.com/doodlewind/ove-lang","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/doodlewind%2Fove-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodlewind%2Fove-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodlewind%2Fove-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodlewind%2Fove-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doodlewind","download_url":"https://codeload.github.com/doodlewind/ove-lang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodlewind%2Fove-lang/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258649187,"owners_count":22735798,"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-10-10T22:47:52.173Z","updated_at":"2025-06-13T20:39:02.866Z","avatar_url":"https://github.com/doodlewind.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ove-lang\n哦语言: 一门真正粉丝的编程语言\n\n\n## 使用\n在 Node 环境下使用（支持 Node V6 及以上）：\n\n``` text\nnpm install -g ove-lang\n```\n\n从终端读取语句并执行：\n\n``` text\n$ ove-lang '(+ 1 2)'\n$ 3\n```\n\n\n## API\n\n``` js\nconst ove = require('ove-lang')\n\nove.exec(text, hasPreprocess = true)\n```\n\n输入源码 `text`，返回语言执行结果。当可选的 `hasPreprocess` 为 `false` 时，不进行替换中文关键字的预处理，将 `text` 作为 Scheme 源码执行。\n\n\n## 开发\n安装依赖：\n\n``` text\nnpm install\n```\n\n运行开发模式，将监听源文件变更：\n\n``` text\nnpm run dev\n```\n\n运行生产模式，将压缩打包文件：\n\n``` text\nnpm run prod\n```\n\n测试：\n\n``` text\nnode test\n```\n\n\n## Changelog\n* `0.3.0` 增加 demo 页示例\n* `0.2.1` 修复浏览器 API\n* `0.2.0`\n    * 实现预处理器\n    * 实现词法分析器\n    * 支持浮点数\n    * 添加测试用例\n    * 适配 Node 与浏览器环境\n* `0.1.0` 实现 scheme 核心子集\n\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoodlewind%2Fove-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoodlewind%2Fove-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoodlewind%2Fove-lang/lists"}