Owl Tutorial Book V1
- OCaml 62.3%
- C++ 18.5%
- C 9.3%
- Standard ML 3.9%
- Fortran 3%
- Other 2.8%
the PrismJS we are using has a small bug in the CLI plugin (which we use https://prismjs.com/plugins/command-line/) that doesnt escape/unescape HTML from the output This PR upgrades PrismJS to 1.17 and also adds a one-line fix that does escape the output. In particular, the guided tour is now consistent with the output of utop, since the `<fun>` output from the toplevel doesn't corrupt the HTML any more. Signed-off-by: Marcello Seri <marcello.seri@gmail.com> |
||
|---|---|---|
| bin | ||
| book | ||
| duniverse | ||
| examples | ||
| scripts | ||
| static | ||
| .gitignore | ||
| .travis.yml | ||
| book-pkgs | ||
| Dockerfile | ||
| dune-get | ||
| dune-project | ||
| LICENSE | ||
| Makefile | ||
| otb.opam | ||
| README.md | ||
Owl Tutorials
Owl Tutorial Book V1
make testsynchronises with Owl API by evaluating the code snippet in the tutorial book.makegenerates html files.- Edit
book/toc.scmto add more chapters. Do not editbook/tuneandstatic/dunedirectly. - Refer to RWO for details.
Note that tooling is not finished at the moment. Structure and tools are copied mostly from RWO book.