Start cleaning up document and the example parser. I think this is the way to move forward, finally. Next up: DSL on top of functions.

This commit is contained in:
Joshua Bemenderfer
2023-01-30 18:54:13 -05:00
parent b02e742c89
commit 67e7811772
9 changed files with 221 additions and 302 deletions

View File

@@ -27,6 +27,7 @@
},
"scripts": {
"test": "vitest ./src",
"dev": "vite build --watch",
"build": "vite build"
},
"devDependencies": {