aspl-lang/aspl
contributing: add more information about the code/repo structure and how to contribute
开放
#10 创建于 2025年2月12日
documentationenhancementgood first issue
仓库指标
- 星标
- (30 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
This could include things like:
- The structure of the compiler (especially the different passes and backends)
- The structure of the standard library
- How to properly format titles of issues and PRS as well as commit messages
- Code-style guidelines (no EOF blank line, when to put spaces before operators, ...)
- ...