all repos — min @ 0e3d98478c0277d6c4804168d58702166cb244cd

A small but practical concatenative programming language.

Updated command help; preparing to release.
h3rald h3rald@h3rald.com
Sat, 17 Mar 2018 11:01:41 +0100
commit

0e3d98478c0277d6c4804168d58702166cb244cd

parent

90182812766e9f202ccaa8b2bc5a17c77ca9c7e2

2 files changed, 4 insertions(+), 3 deletions(-)

jump to
M min.nimmin.nim

@@ -259,7 +259,7 @@ var UNINSTALL = false

var libfile = "" let usage* = """ $1 v$2 - a tiny concatenative shell and programming language - (c) 2014-2017 Fabio Cevasco + (c) 2014-2018 Fabio Cevasco Usage: min [options] [filename]

@@ -269,7 +269,8 @@ filename A $1 file to interpret (default: STDIN).

Options: -—install:<lib> Install dynamic library file <lib> —-uninstall:<lib> Uninstall dynamic library file <lib> - -l, --log Set log level (0 to 5) + -l, --log Set log level (debug|info|notice|warn|error|fatal) + Default: notice -e, --evaluate Evaluate a $1 program inline -h, —-help Print this help -v, —-version Print the program version
M min.nimblemin.nimble

@@ -1,6 +1,6 @@

[Package] name = "min" -version = "0.15.0" +version = "0.15.1" author = "Fabio Cevasco" description = "A tiny concatenative programming language and shell." license = "MIT"