Yan Mendes
Yan Mendes
- [ ] https://github.com/HigherOrderCO/HVM/issues/420
- [ ] https://github.com/HigherOrderCO/HVM/issues/419
Depends on - [ ] https://github.com/HigherOrderCO/HVM/issues/421 ____ Add file and moving capabilities to Bend by implementing a `move` function that interfaces with the HVM's IO system. ## 1. `move(source, destination,...
Depends on - [ ] https://github.com/HigherOrderCO/HVM/issues/418 ____ Add file and directory removal capabilities to Bend by implementing `remove` and `remove_all` functions that interface with the HVM's IO system. ## 1....
#615 describes the need for having a type system for Bend as well as the design discussion of how this system should be. This issue tracks the implementation of the...
Bend currently has implemented basic IO operations for `Open`, `Close`, `Read` and `Write`. This task involves creating a comprehensive documentation for these existing functions. ## 1. What to document: 1....
We need to create user documentation for the commenting feature. ### Tasks: Create a section in the documentation that explains how to use comments in bend. This should cover both...