Updated changelog
h3rald h3rald@h3rald.com
Tue, 24 Dec 2024 00:45:49 +0100
2 files changed,
5 insertions(+),
3 deletions(-)
M
releases/0.3.0.html
→
releases/0.3.0.html
@@ -2,13 +2,15 @@ <h3 id="v0.3.0">v0.3.0 — <em>Under Development</em></h3>
<h4>Breaking Changes</h4> <ul> - <li>Removed the native symbol %:filter%%.</li> + <li>Removed the native symbols %:filter%%, %:clear%%, and %:each%%.</li> <li>Bytecode: some opcodes changes values; programs compiled with tbe previous version must be recompiled.</li> </ul> <h4>New Features</h4> <ul> - <li>Added a symbol {{sym-::}} to define operators (immediately-dequoted quotations).</li> + <li>Added symbol {{sym-::}} to define operators (immediately-dequoted quotations).</li> + <li>Added symbol {{sym-symbols}} to get a list of all stored symbols</li> + <li>Added symbol {{sym-throw}} to throw an error.</li> <li>Increased the size of the STDIN buffer to 16Kb.</li> </ul>
M
scripts/web.hex
→
scripts/web.hex
@@ -17,7 +17,7 @@ d-templates "/page.html" cat "t-page" :
; Symbols to substitute with the corresponding links ("split" "run" "get" "puts" ":" "::" "." "#" "==" "'" "swap" "dup" -"+" "*" "-" "each" "cat" "print" "read" "dec" "write" "append" "!" "<=" "if") "symbol-links" : +"+" "*" "-" "each" "cat" "throw" "symbols" "print" "read" "dec" "write" "append" "!" "<=" "if") "symbol-links" : ;; Syntax highlighting