all repos — min @ b152c0b283b50ef6e782d3fe6e2a3c74e57bd037

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

b152c0b283b50ef6e782d3fe6e2a3c74e57bd037

parent

b6881742374d33fef328ed53e01d632b4efc4f0d

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"