all repos — min @ 01ee5f84e1ab464780bf8d62d4d23135d4f4e371

A small but practical concatenative programming language.

Removed *.
h3rald h3rald@h3rald.com
Sun, 27 Oct 2024 11:03:47 +0100
commit

01ee5f84e1ab464780bf8d62d4d23135d4f4e371

parent

ea1058f838abaf76257f941e515627a0ae29311e

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

jump to
M minpkg/lib/min_global.nimminpkg/lib/min_global.nim

@@ -2451,9 +2451,6 @@

def.sigil("@") do (i: In): i.pushSym("bind") - def.sigil("*") do (i: In): - i.pushSym("invoke") - def.sigil("^") do (i: In): i.pushSym("lambda")
M next-release.mdnext-release.md

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

### BREAKING CHANGES -* Actually removed the `invoke` symbol that was supposed to be removed in v0.44.0 but didn't. +* 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). ### Fixes and Improvements