all repos — min @ 592f68da73435de2e207686be0c2ce8015f30ddb

A small but practical concatenative programming language.

Drafted new release.
h3rald h3rald@h3rald.com
Tue, 29 Oct 2024 10:04:43 +0100
commit

592f68da73435de2e207686be0c2ce8015f30ddb

parent

e81c461c65dee6441cfd26b20a5509f0e8a218d3

4 files changed, 5 insertions(+), 17 deletions(-)

jump to
M min.nimblemin.nimble

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

# Package -version = "0.46.0" +version = "0.47.0" author = "Fabio Cevasco" description = "A small but practical concatenative programming language and shell." license = "MIT"
M min.ymlmin.yml

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

author: Fabio Cevasco description: A small but practical concatenative programming language and shell. -id: 182094059 +id: 182418196 name: min -version: 0.46.0+version: 0.47.0
M next-release.mdnext-release.md

@@ -1,16 +1,4 @@

-### BREAKING CHANGES - -* Actually removed the `invoke` symbol and `*` sigil that were supposed to be removed in v0.44.0 but didn't. -* Removed Dockerfile and Notepad++ highlighter (no longer maintained). -* When defining or deleting a sigil, a symbol with the same name is now defined/deleted as well. -* Removed obsolete aliases `io.read` and `io.write`. - ### Fixes and Improvements -* Implemented `define-sigil` (was documented but not actually implemented). -* Reviewed documentation making sure that documented operators match with implementation. -* The `help` symbol now correctly displays help for namespaced symbols. -* Enhanced the `tokenizer` symbol to provide additional information for symbols. -* Enhanced min shell highlighting to support dot notation, sigils, autopop, global symbols. -* Enhanced Vim syntax file to support latest constructs. +* Implemented a simple `gui` module based on [Fenster](https://github.com/zserge/fenster) and [Fenstim](https://github.com/CardealRusso/fenstim).
M site/settings.jsonsite/settings.json

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

"temp": "temp", "templates": "templates", "title": "min language", - "version": "0.46.0" + "version": "0.47.0" }