all repos — min @ 0916322bf03771223575ae6a06495ef8b975a3f9

A small but practical concatenative programming language.

min.nimble

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

[Deps]
requires: "nim >= 0.18.0"