all repos — min @ c47b116b60f04c05cc1499c31a440988e0eb3f7e

A small but practical concatenative programming language.

core/consts.nim

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