1
0
Fork
You've already forked ngnk-mode
0
forked from pkal/ngnk-mode
A major mode for ngn/k
  • Emacs Lisp 100%
2026年03月05日 12:47:00 +09:00
.dir-locals.el Clean up project to match my personal preferences 2025年12月05日 22:28:40 +01:00
.gitignore Clean up project to match my personal preferences 2025年12月05日 22:28:40 +01:00
ngnk-mode.el only swallow input when sending a region 2026年03月05日 12:47:00 +09:00
README.md Add README file 2026年02月04日 19:23:19 +01:00

Major mode for ngn/k

Find here the source of a Emacs major mode for the ngn/k language, a implementation of the array programming language K.

Note that this implementation is a fork of an already existing major mode for Emacs. For the time being, most changes are either to follow best practices or my personal preferences.