vif/TODO.md

7 lines
398 B
Markdown
Raw Permalink Normal View History

2025-01-04 09:08:36 +00:00
- [x] be able to load *.cmx{,a} when we use "#require"
2024-12-30 12:41:55 +00:00
`findlib`/`topfind` only loads directories, `ocamlnat` wants to load files.
Let's use our work about `uniq` to solve dependencies and load artifacts
2025-01-04 09:08:36 +00:00
- [x] do some tests with Miou and see if we can execute small applications
2024-12-30 12:41:55 +00:00
- [ ] start to eval a file (and show the result?)
- [ ] start to make a nice intf for a HTTP server via `httpcats`