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: 5 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T23:46:21.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T11:45:13.655Z (about 1 year 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.