all repos — min @ f070380a19baca96ffe1790f4651b5f7ec64bd5b

A small but practical concatenative programming language.

Minor changes.
h3rald h3rald@h3rald.com
Sun, 18 Sep 2016 17:01:18 +0200
commit

f070380a19baca96ffe1790f4651b5f7ec64bd5b

parent

3b934ce0ee203fe26153593b1ce0fc3c61b64cdc

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

jump to
M lib/min_crypto.nimlib/min_crypto.nim

@@ -7,7 +7,7 @@ import

../core/parser, ../core/value, ../core/interpreter, - ../core/utils, + ../core/utils import ../vendor/sha1, ../vendor/nimSHA2,
M minim.nimminim.nim

@@ -151,7 +151,7 @@ i.stdLib()

var s = newStringStream("") i.open(s, "") var line: string - echo "$1 v$2" % [version, appname] + echo "$1 v$2" % [appname, version] echo "-> Type 'exit' or 'quit' to exit." var ed = initEditor(historyFile = MINIMHISTORY) KEYMAP["ctrl+s"] = proc (ed: var LineEditor) =