all repos — h3rald @ b18f88bf53ec840251bc3c400100c9fce1cf840b

The sources of https://h3rald.com

Added hex project page.
h3rald h3rald@h3rald.com
Sun, 15 Dec 2024 09:13:49 +0000
commit

b18f88bf53ec840251bc3c400100c9fce1cf840b

parent

9326c0232f734a01a55bcb9134a2aa5781c3a727

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

jump to
M contents/articles/december-adventure-2024.mdcontents/articles/december-adventure-2024.md

@@ -276,7 +276,7 @@ * Support for handling hashbang if present on the first line

### Day #11 -The [spec](https://hex.2c.fyi/spec) is up! No, not quite: I just managed to add an outline and the signature of every native symbol. I also updated the [web.hex](https://github.com/h3rald/hex/blob/master/scripts/web.hex) script (the mini static site generator for the hex site) to handle placeholders like `{{sym-puts}}` and substitute them with links to the corresponding [definition](https://hex.2c.fyi/spec#puts-symbol) in the spec. +The [spec](https://hex.2c.fyi/spec) is up! No, not quite: I just managed to add an outline and the signature of every native symbol. I also updated the [web.hex](https://github.com/h3rald/hex/blob/master/scripts/web.hex) script (the mini static site generator for the hex site) to handle placeholders like `\{\{sym-puts\}\}` and substitute them with links to the corresponding [definition](https://hex.2c.fyi/spec#puts-symbol) in the spec. I also added more tests and fixed a problem with parsing escaped characters like backslashes and quotes in strings. Hopefully...