Implement most of the spec reusing scribe & nefthera code

This commit is contained in:
Juno Takano 2025-04-09 01:59:32 -03:00
commit 612a98cfde
16 changed files with 225 additions and 25 deletions

13
ocaml/TODO.md Normal file
View file

@ -0,0 +1,13 @@
- [ ] Match test coverage with spec requirements
- [ ] Simplify Reader
- [ ] Create interface files
- [ ] Move comment on top of Parsers.Argument.say to the interface doc file
- [ ] Try out doc generation
- [ ] Simplify and analyze System.File
- [ ] Add log function and match spec
- [ ] Output begins with ' [log] '
- [ ] Only prints if DEBUG is set
- [ ] Get su command from $XDG_CONFIG_HOME/tori/tori.conf and use it for pkg
- [ ] Check if working
- [ ] Command 'user': print the output of 'whoami'
- [ ] Unrecognized command: exit code 1