dominicm00 / flycheck-sml

A flycheck checker for Standard ML using SML/NJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flycheck-sml

A flycheck checker for SML based on SML/NJ. Creates a sml-smlnj checker that activates automatically in sml-mode.

WARNING

SML/NJ does not appear to be able to type check code snippets without running them in the REPL. This means that this checker will execute code exactly how it works in the REPL, including side effects. Please only use this with caution on code that you trust until a solution is found.

Installation

SML/NJ and flycheck are required for this checker.

Include flycheck-sml.el in your init.el. flycheck-sml is currently not available through MELPA or the official flycheck repo and must be installed manually.

About

A flycheck checker for Standard ML using SML/NJ

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 90.5%Language:Standard ML 9.5%