all repos — min @ 1bb854c57e3be7f2f2da3760dc964a34959cc40e

A small but practical concatenative programming language.

core/consts.nim

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