Parser 2.0 (Major Delezer) #52

Merged
defunkt merged 35 commits from parser2 into main 2025-12-08 16:35:34 +00:00
Showing only changes of commit 728c5df9eb - Show all commits

View File

@ -10,7 +10,8 @@
"repl": "bun generate-parser && bun bin/repl",
"update-reef": "rm -rf ~/.bun/install/cache/ && rm bun.lock && bun update reefvm",
"cli:install": "ln -s \"$(pwd)/bin/shrimp\" ~/.bun/bin/shrimp",
"cli:remove": "rm ~/.bun/bin/shrimp"
"cli:remove": "rm ~/.bun/bin/shrimp",
"check": "bunx tsc --noEmit"
},
"dependencies": {
"@codemirror/view": "^6.38.3",