chore: change name

This commit is contained in:
trisua 2025-07-17 00:36:19 -04:00
parent d71dc7e7ca
commit eb464f84c4
5 changed files with 1315 additions and 20 deletions

View file

@ -1,4 +1,4 @@
# 🫐 bberry
# 🐈‍⬛ nanoneo
Super simple parser and "compiler" for turning a lisp-like DSL into HTML.
@ -43,7 +43,7 @@ This yields:
# Syntax
bberry has some super simple syntax helpers:
nanoneo has some super simple syntax helpers:
- You can create raw HTML elements using `(text "...")` or `(tag' "...")`
- You can add attributes using `(attr "key" "value")` or `("key" "value")`
@ -53,4 +53,4 @@ bberry has some super simple syntax helpers:
# License
bberry is licensed under the [AGPL-3.0](./LICENSE).
nanoneo is licensed under the [AGPL-3.0](./LICENSE).