all repos — min @ 6483cd0eacce1dad832ff5edf75bf2180633a360

A small but practical concatenative programming language.

min.nimble

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
# Package

version       = "0.17.0"
author        = "Fabio Cevasco"
description   = "A tiny concatenative programming language and shell."
license       = "MIT"
bin           = @["min"]

# Dependencies

requires "nim >= 0.18.0"