all repos — min @ 65da645bfab2e14674d0a4391a54aa56e7f064c7

A small but practical concatenative programming language.

core/consts.nim

 1
 2
 3
 4
 5
 6
const
  pkgName*        = "min"
  pkgVersion*     = "0.19.3"
  pkgAuthor*      = "Fabio Cevasco"
  pkgDescription* = "A tiny concatenative programming language and shell."