package mew

  1. Overview
  2. Docs
Modal editing witch

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=2298149d1415cd804ab4e01f01ea10a0

Description

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

Published: 14 Apr 2020

README

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.

Dependencies (4)

  1. dune >= "1.1.0"
  2. trie >= "1.0.0"
  3. result
  4. ocaml >= "4.02.3"

Dev Dependencies

None

Used by (1)

  1. mew_vi

Conflicts

None