Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.