Реимплементация некоторых программ, необходимых для выполнения лаб по АВС
- OCaml 91.9%
- CSS 5.4%
- Dune 1.5%
- HTML 1.2%
| bin | ||
| docs | ||
| lib | ||
| .gitignore | ||
| dune-project | ||
| LICENSE | ||
| README.org | ||
psim2
Compilation:
$ dune build @app # in project's root
This will produce min.js in _build/default/bin/ (and copy min.html
& min.css inside as well). You can just open
_build/default/bin/min.html in your browser or copy files to host on a
webserver.
A (maybe slightly outdated version) is hosted at https://xutsmu.net/min.html.