all repos — min @ f4d3e763ba1870a1ed61ae3b63f9723350dbe18d

A small but practical concatenative programming language.

minim.nimble

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

[Deps]
requires: "nimrod >= 0.15.0"