[WIP] Start implementing support for lambda parsing

This commit is contained in:
2026-04-01 20:29:28 -05:00
parent c9f41c2905
commit 57a3d5954e
21 changed files with 457 additions and 63 deletions

View File

@@ -26,5 +26,9 @@
"@types/node": "^22",
"rimraf": "^6.1.0",
"typescript": "^5.9.3"
},
"dependencies": {
"ansis": "^4.2.0",
"table": "^6.9.0"
}
}