chore: change name
This commit is contained in:
parent
d71dc7e7ca
commit
eb464f84c4
5 changed files with 1315 additions and 20 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue