rdavison / typocide

Where Typos Meet Their Demise!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typocide

Typocide

Where Typos Meet Their Demise!

Prerequisites

Requires opam: https://github.com/ocaml/opam

Setup (only have to do this once)

cd typocide
opam switch create . 5.1.0 
eval $(opam env) # 
opam install . --deps-only

Usage

Once you've done the setup, you can run by doing:

make run

or if you don't have make, you can also do

opam exec -- dune exec bin/main.exe

About

Where Typos Meet Their Demise!


Languages

Language:OCaml 97.7%Language:Makefile 1.2%Language:Standard ML 1.2%