all repos — min @ c9f80afdc5b789e356f9b2aaa02b23199545d5dd

A small but practical concatenative programming language.

Updated compiler requirements.
h3rald h3rald@h3rald.com
Sat, 03 Mar 2018 18:01:57 +0100
commit

c9f80afdc5b789e356f9b2aaa02b23199545d5dd

parent

aa9d3ceae961a26c1a37a6df18544101070ddb83

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M min.nimblemin.nimble

@@ -7,4 +7,4 @@ license = "MIT"

bin = "min" [Deps] -requires: "nim >= 0.17.0" +requires: "nim >= 0.18.0"