all repos — min @ 8a2bdd17ba07c08d169f0e79191d6bca6c0adefd

A small but practical concatenative programming language.

minim.nimble

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

[Deps]
requires: "nimrod >= 0.14.2"