all repos — min @ ede33919d72b8e5153a268bcbc064829bf8612d4

A small but practical concatenative programming language.

Fixes
h3rald h3rald@h3rald.com
Thu, 31 Dec 2020 13:46:01 +0100
commit

ede33919d72b8e5153a268bcbc064829bf8612d4

parent

b423389be2c698a98180f8d9240b324b5dc131ef

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

jump to
M min.nimmin.nim

@@ -373,7 +373,7 @@ i.minSimpleRepl()

let usage* = """ $exe v$version - a tiny concatenative programming language - (c) 2014-2020 Fabio Cevasco + (c) 2014-2021 Fabio Cevasco Usage: $exe [options] [filename]
M site/templates/_footer.mustachesite/templates/_footer.mustache

@@ -1,5 +1,5 @@

<footer> -<p>&copy; 2017&mdash;2020 &bull; <a href="https://h3rald.com">Fabio Cevasco</a></p> +<p>&copy; 2017&mdash;2021 &bull; <a href="https://h3rald.com">Fabio Cevasco</a></p> <p> <a href="http://creativecommons.org/licenses/by-sa/4.0/"> <img src="https://img.shields.io/badge/content-CC%20BY--SA%204.0 License-yellow.svg"
M tasks/clean.mintasks/clean.min

@@ -3,7 +3,7 @@

{} ( "Cleaning up build files" notice - . ls ("\.(htm|zip)$" match) filter =files + . ls ("(\.(htm|zip|exe)|[\/\\]min)$" match) filter =files files 'rm foreach ) %default +clean-tasks