all repos — min @ 0fce511e9a9f4c257c6b8546945caf3532f71cac

A small but practical concatenative programming language.

Started working on new release.
h3rald h3rald@h3rald.com
Sat, 12 Dec 2020 01:36:58 +0000
commit

0fce511e9a9f4c257c6b8546945caf3532f71cac

parent

619d54b9b3bfc1964b33c27b49642776ac7505d7

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

jump to
M min.ymlmin.yml

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

author: Fabio Cevasco description: A tiny concatenative programming language and shell. -id: 35077225 +id: 35180677 name: min -version: 0.24.0 +version: 0.25.0
M next-release.mdnext-release.md

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

-* Added the possibility to "compile" min files into single executables. This is achieved by converting the specified min file to its raw Nim code equivalent and then calling the Nim compiler (which in turns calls the C compiler). -* Added **compiled?** symbol which returns true if the program has been compiled. -* Added the possibility of including a path containing additional **.min** files to compile along with the main file (**-m**, **--module-path**). -* Added the possibility to compile a bare-bones version of min specifying the **-d:mini** compilation flag. -* Added **mini?** symbol which returns true if min was compiled specifying **-d:mini**. -* Now distributing precompiled **litemin** and **minimin** executables as well. -* Moved **puts**, **puts!** and **gets** from io module to lang module. +
M site/settings.jsonsite/settings.json

@@ -6,5 +6,5 @@ "rules": "rules.min",

"temp": "temp", "templates": "templates", "title": "min language", - "version": "0.24.0" + "version": "0.25.0" }