all repos — hex @ f3b0f9cd403c4fdfec36230da227a2dc56ccf44c

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Fixes.
h3rald h3rald@h3rald.com
Fri, 03 Jan 2025 22:01:27 +0000
commit

f3b0f9cd403c4fdfec36230da227a2dc56ccf44c

parent

2c726a4ca49c473086b082f51dff62f04c8eb8e1

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

jump to
M CHANGELOG.mdCHANGELOG.md

@@ -16,7 +16,7 @@ </ul>

<h4>New Features</h4> <ul> - <li>Added symbol {{sym-debug}} to dequote a quotation in debug mode.</li> + <li>Added symbol <a href="https://hex.2c.fyi/spec#debug-symbol">debug</a> to dequote a quotation in debug mode.</li> <li>The registry has been reimplemented as a hash table that can store up to 4096 symbols.</li> </ul>

@@ -24,7 +24,7 @@ <h4>Fixes</h4>

<ul> <li>Improved string escaping/unescaping.</li> <li>Values bound to symbols are deep-copied before being pushed on the stack.</li> - <li>Action quotations are now deep-copied in <a href="https://hex.2c.fyi/spec#while-symbol">while</a> and {{sym-map}} symbols.</li> + <li>Action quotations are now deep-copied in <a href="https://hex.2c.fyi/spec#while-symbol">while</a> and <a href="https://hex.2c.fyi/spec#map-symbol">map</a> symbols.</li> </ul> <h4>Chores</h4>
M scripts/web.hexscripts/web.hex

@@ -17,7 +17,7 @@ d-releases ls "releases" :

d-templates "/page.html" cat "t-page" : ; Symbols to substitute with the corresponding links -("split" "run" "get" "puts" ":" "::" "." "#" "==" "'" +("map" "debug" "split" "run" "get" "puts" ":" "::" "." "#" "==" "'" "swap" "dup" "while" "+" "*" "-" "each" "cat" "throw" "symbols" "print" "read" "dec" "write" "append" "!" "<=" "if") "symbol-links" :