all repos — min @ 8fbb3bc691edf6e60c30cea4f84798b8e76be16c

A small but practical concatenative programming language.

Added announcement for v 0.46.0.
h3rald h3rald@h3rald.com
Mon, 28 Oct 2024 10:32:13 +0100
commit

8fbb3bc691edf6e60c30cea4f84798b8e76be16c

parent

0eb563037cd253ca5a0d29c90c72b72852c8bb2c

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

jump to
M next-release.mdnext-release.md

@@ -12,5 +12,5 @@ * 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 (`min.vim`) to support latest constructs. +* Enhanced Vim syntax file to support latest constructs.
A site/contents/news/v0.46.0.md

@@ -0,0 +1,25 @@

+----- +content-type: "post" +title: "Version 0.46.0 released" +slug: v0.46.0 +date: 2024-10-28 +----- +{@ _defs_.md || 0 @} + +This release delivers a few improvements mainly concerning syntax highlighting, and addresses some inconsistencies between the implementation and the documentation. + +### 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.