ocaml-pirates / ecaml-bf

A brainfuck interpreter in OCaml, on Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ecaml-bf: an example Ecaml plugin

Ecaml-bf is an Emacs plugin (i.e., extension, package, module, what-have-you) built in OCaml using the Ecaml library.

The purpose of this plugin is to demonstrate the basics of writing a plugin for Emacs using Ecaml, including compilation and the Ecaml API.

Read the tutorial for more info.

About

A brainfuck interpreter in OCaml, on Emacs

License:MIT License


Languages

Language:OCaml 64.4%Language:Brainfuck 35.6%