all repos — min @ 4396b8ab16cde7c7047d86f807b1a66604925d47

A small but practical concatenative programming language.

Started working on next version
h3rald h3rald@h3rald.com
Mon, 07 Dec 2020 09:54:10 +0100
commit

4396b8ab16cde7c7047d86f807b1a66604925d47

parent

3318b9208bfdedb484efc8e4cb07ced64371a7d2

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

jump to
M min.ymlmin.yml

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

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

@@ -1,13 +0,0 @@

-* Added **apply-interpolate** (alias: **=%**) operator. -* Documented that it is possible also to interpolate with named placeholders, like this: `"Current Directory: $pwd" ("pwd" .) =%` -* Added **from-yaml** and **to-yaml** operators. Note that they only support dictionaries containing string values (primarily intended to access extremely simple YAML files containing just key/value pairs). -* Added **from-semver**, **to-semver**, **semver-major**, **semver-minor**, **semver-patch**, **semver** operators to manage version strings conforming to [Semantic Versioning](https://semver.org/) (additional labels are not yet supported). -* Automatically adding **.min** to files supplied to the min executable if they don't already end in .min. -* Fixed GC safety issues. -* Now statically linking libssl and libcrypto on all platform to provide HTTPS support out of the box. -* Now using a set of min tasks to perform a min release and other common operations. -* Added **escape** operator to escape quotes and special characters in a string. -* Added **quit** operator to exit with a 0 code. -* Addes **prefix** and **suffix** operators to prepens and append one string to another. - -**BONUS!** Are you using Visual Studio Code? check out the new [official extension](https://marketplace.visualstudio.com/items?itemName=h3rald.vscode-min-lang) for the min programming language!
M site/settings.jsonsite/settings.json

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

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