File: README.md

package info (click to toggle)
ocaml-mew 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 132 kB
  • sloc: ml: 190; makefile: 25
file content (12 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# mew — Modal Editing Witch

This is the core module of mew, a general modal editing engine generator.

## Usage

You can provide your `Key`, `Mode`, `Concurrent` modules to define the real world environment to get the core component of a modal editing engine.

The core compoment support recursive key mapping ossociated with user provided modes. 

After the core component is generated, you may extended it with a translater to interpret user key sequence, so you'll get a complete modal editing engine.