all repos — min @ 2a8c7694ad2b5a42935ed61d3e9b95e4e2dcb3b6

A small but practical concatenative programming language.

Minor fixes.
h3rald h3rald@h3rald.com
Sun, 29 Sep 2019 17:50:29 +0200
commit

2a8c7694ad2b5a42935ed61d3e9b95e4e2dcb3b6

parent

584dcc686bfd7d89ce29b34a76153129cddbd4e5

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

jump to
M .travis.yml.travis.yml

@@ -15,6 +15,7 @@ - set -x

- export PATH=$HOME/.nimble/bin:$PATH - export CHOOSENIM_NO_ANALYTICS=1 script: + - nimble install nifty + - nifty install - nimble -y build - - nifty install - ./min tests/all.min