Реимплементация некоторых программ, необходимых для выполнения лаб по АВС
  • OCaml 91.9%
  • CSS 5.4%
  • Dune 1.5%
  • HTML 1.2%
Find a file
2025-12-23 09:28:08 +03:00
bin Mostly small stylistic changes 2025-12-23 09:08:33 +03:00
docs Add current NIR version 2025-12-23 09:14:13 +03:00
lib Mostly small stylistic changes 2025-12-23 09:08:33 +03:00
.gitignore Basic readme, license, dune-project, gitignore 2025-12-23 09:28:08 +03:00
dune-project Basic readme, license, dune-project, gitignore 2025-12-23 09:28:08 +03:00
LICENSE Basic readme, license, dune-project, gitignore 2025-12-23 09:28:08 +03:00
README.org Basic readme, license, dune-project, gitignore 2025-12-23 09:28:08 +03:00

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.