# 算法语言原型一 **Repository Path**: MulanRevive/algorithm-language-prototype-1 ## Basic Information - **Project Name**: 算法语言原型一 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-20 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 由[此设想](https://www.zhihu.com/question/1987275119991732111/answer/2000122318920377777)作初步调研。目标算法简化如下: ``` 输入:上限 输出:和 一步:和为0,数为1 二步:数不到上限时,执行三步 三步:和加数,数加一 四步:输出和 ``` 初步语法设计[见此](./语法说明.md)。 运行环境与依赖同[木兰子集项目](https://gitee.com/MulanRevive/subset-one)。 ## 待做 - 跳转到某步 ### 计划辅助特性 - 代码中的语法元素/反馈信息可链接至文档与测试例程 - 运行并显示各步执行序列 - 检查是否有指定输出、缺输入等 - 添加测试用例并检查运行结果,如「上限为4时,和为6」