aspl-lang/aspl
contributing: add more information about the code/repo structure and how to contribute
Aberta
#10 aberto em 12 de fev. de 2025
documentationenhancementgood first issue
Métricas do repositório
- Stars
- (30 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
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, ...)
- ...