all repos — min @ b5fe4da15d38a3d0837f3d05ce4b00f95c8380f2

A small but practical concatenative programming language.

min.nimble

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
[Package]
name          = "min"
version       = "0.10.1"
author        = "Fabio Cevasco"
description   = "A tiny concatenative programming language and shell."
license       = "MIT"
bin           = "min"

[Deps]
requires: "nim >= 0.17.0"