leo
leo copied to clipboard
[Feature] Readme For Each Leo Package
🚀 Feature
Each Leo sub-package should have a README of what the package is and how it works.
Motivation
Better documentation makes it easier for open-source people to contribute and for people to better understand the use-case of each package.
Todo
- [ ] asg-passes
- [ ] asg
- [x] ast
- [x] ast-passes
- [ ] compiler
- [x] errors
- [ ] examples
- [x] grammar
- [ ] imports
- [ ] input
- [ ] leo
- [ ] linter
- [ ] package
- [x] parser
- [ ] state
- [x] stdlib
- [ ] synthesizer
- [ ] test-framework
- [x] tests
@gluax we have README in tests: https://github.com/AleoHQ/leo/blob/master/tests/README.md. Can it be considered a README for test-framework as well?
@damirka, we could probably still make a readme in test-framework that links to the tests one.
Marking this issue as low priority until post-refactor for testnet2
This issue will be updated and marked as medium priority for 2023.