Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joom/vim-in-coq
A rudimentary Vim clone in Coq, with CertiCoq and ncurses.
https://github.com/joom/vim-in-coq
coq ffi ncurses vim
Last synced: about 1 month ago
JSON representation
A rudimentary Vim clone in Coq, with CertiCoq and ncurses.
- Host: GitHub
- URL: https://github.com/joom/vim-in-coq
- Owner: joom
- License: mit
- Created: 2023-12-03T07:08:38.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T23:46:21.000Z (3 months ago)
- Last Synced: 2024-09-30T20:41:07.633Z (about 1 month ago)
- Topics: coq, ffi, ncurses, vim
- Language: Coq
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-in-coq
A rudimentary Vim clone in Coq, compiled with CertiCoq and using ncurses via the C FFI.## Build
```
$ git submodule init recursive
$ make
```## Run
You can then run it on any file:
```
./edit README.md
```Keep in mind that non-ASCII characters will not appear correctly.