all repos — min @ 4966b7dd69e326093d3f7b66da62b62ab1be800e

A small but practical concatenative programming language.

Fixed previous commit; prompt is now unsealed properly + fixed docs
h3rald h3rald@h3rald.com
Fri, 24 Nov 2017 17:31:37 +0000
commit

4966b7dd69e326093d3f7b66da62b62ab1be800e

parent

cac588c3956775c760970c875e3387c138095e32

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

jump to
M min.nimmin.nim

@@ -138,7 +138,6 @@ i.net_module

i.math_module i.eval PRELUDE, "<prelude>" i.eval MINRC.readFile() - i.eval "\"prompt\" unseal" type LibProc = proc(i: In) {.nimcall.}
M prelude.minprelude.min

@@ -11,3 +11,4 @@ 'fs import

'crypto import 'math import 'net import +'prompt unseal
M site/contents/reference-lang.mdsite/contents/reference-lang.md

@@ -206,7 +206,7 @@

{#op||prompt||{{null}}||{{s}}|| > This symbol is used to configure the prompt of the min shell. By default, it is set to the following quotation: > -> ([$1]$$ " (.) => %) +> ("[$1]$$ " (.) => %) > > Unlike other predefined symbols, this symbol is _unsealed_, which means it can be modified.#}