Homepage: https://github.com/skeeto/psl-mode
Author: Christopher Wellons
Updated:
Major mode for ParselTongue
The automatic indentation size can be set with `psl-indent-width'. The parsing required for indentation benefits massively from byte-compiling, so do that if this package seems slow. After setting up `psl-program-name' the current buffer can be run by the interpreter with C-c C-r (`psl-run-buffer'). Alternatively, the code can be evaluated within Emacs itself with a built-in ParselTongue compiler with C-c C-e (`psl-eval-buffer'). The ParselTongue specification: http://www.cs.brown.edu/courses/cs173/2012/Assignments/ParselTest/spec.html