Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-21 | Add unit tests for lib.functions.split | Aryadev Chavali | |
2025-02-21 | Add unit tests for lib.functions.take | Aryadev Chavali | |
2025-02-21 | Add unit tests for lib.functions.range | Aryadev Chavali | |
2025-02-19 | Implement -<> operator for threading an argument through first parameter | Aryadev Chavali | |
2025-02-15 | Rework `$` operator to take a capture variable | Aryadev Chavali | |
In case operators require use of a variable, we should let the caller provide the symbol so we don't fall into weird package issues. | |||
2025-02-14 | Implement a function to remove specific indices from a list | Aryadev Chavali | |
2025-02-14 | Split source code into different modules for cleanliness | Aryadev Chavali | |