all repos — min @ 7688f69917cc78e5fc1fcfed35cf0cb9a08c432a

A small but practical concatenative programming language.

Now setting -d when running repl
h3rald h3rald@h3rald.com
Sun, 30 Jul 2023 08:00:59 +0000
commit

7688f69917cc78e5fc1fcfed35cf0cb9a08c432a

parent

dcfd60d26c40d6d27d7fa6d726d0335e902c81a7

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

jump to
M min.nimmin.nim

@@ -304,6 +304,7 @@ if $line != "":

i.printResult(r) proc minRepl*(i: var MinInterpreter) = + DEV = true i.stdLib() var s = newStringStream("") i.open(s, "<repl>")
M next-release.mdnext-release.md

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

### New Features * Fixed month index in `timeinfo` and `to-timestamp` symbols (each month number was increased by 1). Fixes #186. +* `--dev` is not automatically set when running min interactively ### Fixes and Improvements