Fixes.
h3rald h3rald@h3rald.com
Fri, 03 Jan 2025 22:01:27 +0000
2 files changed,
3 insertions(+),
3 deletions(-)
M
CHANGELOG.md
→
CHANGELOG.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.hex
→
scripts/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" :