- May 01, 2023
-
-
Shachar Itzhaky authored
In scratchpad only. Closes #326.
-
- Apr 12, 2023
-
-
Shachar Itzhaky authored
-
- Oct 05, 2022
-
-
Shachar Itzhaky authored
-
- Sep 21, 2022
-
-
Emilio Jesus Gallego Arias authored
We reorganize jsCoq's source code as to be more modular, in particular we start to place backend files under the `backend` directoy, and frontend files under `frontend`. Code as it now does work, note however that still quite a bit of work is needed. In particular, the headless frontend should get its own directory, the coq-jslib directory should go away, use more types, etc...
-
- Sep 08, 2022
-
-
Shachar Itzhaky authored
-
- Aug 27, 2022
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
This is just the actions table from the landing page, with appropriate formatting borrowed.
-
- Aug 19, 2022
-
-
Shachar Itzhaky authored
To avoid confusion, `ui-js/jscoq.js` has been renamed. Also, a legacy-mode `jscoq-loader.js` that emulates the old behavior.
-
- Aug 18, 2022
-
-
Shachar Itzhaky authored
-
- Aug 15, 2022
-
-
Emilio Jesus Gallego Arias authored
-
Emilio Jesus Gallego Arias authored
This requires renaming of webpack.config.js to indicate it is a CommonJS module system. We do some extra fixes for the webpack build to work.
-
Emilio Jesus Gallego Arias authored
We use a strategy top-down to convert to modules. For now we convert the loader to a module. This requires a few minor changes, but shouldn't be too hard.
-
Emilio Jesus Gallego Arias authored
Hopefully this fixes #278
-
Shachar Itzhaky authored
Probably should not have been there in the first place; also, interferes with packaging (due to `-` in dir name).
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
With jsCoq SDK.
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
Uses a stylesheet borrowed from Pandoc.
-
- May 21, 2022
-
-
Shachar Itzhaky authored
* In OPAM 2.1 it seems that space-separated package names are obsolete. Using comma, which seems to also work with 2.0.8. * Specified that Node.js >= 16 is required (for CLI).
-
- May 11, 2022
-
-
Shachar Itzhaky authored
-
- May 08, 2022
-
-
Shachar Itzhaky authored
-
- May 06, 2022
-
-
Shachar Itzhaky authored
Filled in the links in the navbar, etc. Added hover action to quick-start reference.
-
- Sep 24, 2021
-
-
Emilio Jesus Gallego Arias authored
- Migrated patches for 8.14. - Up wacoq to 8.14 in docker image - install: 8.14 requires `coq-core` and `coq-stdlib` to be installed. - Set version 0.14.0.
-
- Aug 08, 2021
-
-
Shachar Itzhaky authored
So that we can create both jsCoq and waCoq packages.
-
- Jul 14, 2021
-
-
Shachar Itzhaky authored
Some of the instructions are duplicated from the README, but that's ok. The manual is not yet complete with all the features, but at least addresses #207. Closes #207.
-
- Jul 08, 2021
-
-
Shachar Itzhaky authored
-
- Jul 07, 2021
-
-
Shachar Itzhaky authored
-
- Jun 09, 2021
-
-
Emilio Jesus Gallego Arias authored
This should nicely support M1-based OSX ; unfortunately, it required loosening the constraint on `ppx_deriving_yojson` as to make it co-installable with `ppx_import`, but that's a minor issue. Note the new option system for OCaml Opam packages, thus selecting a 32bit compiler is done differently now.
-
- Feb 14, 2021
-
-
Emilio Jesus Gallego Arias authored
We also bump some other libraries as to reduce non-deterministic developer switches.
-
- Feb 13, 2021
-
-
Emilio Jesus Gallego Arias authored
Nothing too remarkable, code-wise, but a big change upstream is the addition of `zarith` as a hard dependency. TODO: - update addons
-
- Jan 26, 2021
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
- Oct 20, 2020
-
-
Shachar Itzhaky authored
Coq standard library is now bundled in the `'coq'` package bundle. Fixes #210.
-
- Sep 27, 2020
-
-
Emilio Jesus Gallego Arias authored
Thanks to enjoysmath, closes #206
-
- Aug 27, 2020
-
-
Shachar Itzhaky authored
-
- Jul 18, 2020
-
-
Emilio Jesus Gallego Arias authored
-
- Apr 08, 2020
-
-
Emilio Jesus Gallego Arias authored
I have done a quick pass and tried to tidy the readme up a bit. Please don't hesitate to further refine.
-
- Mar 06, 2020
-
-
Shachar Itzhaky authored
-
- Jan 25, 2020
-
-
Emilio Jesus Gallego Arias authored
`Ltac2` is pretty light (<=200Kb) and it doesn't depend on anything, so it seems convenient for the user to have it around.
-