Flesh Out P4 Grammar

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-01-17 00:02:43 -05:00
parent 08beba6cb1
commit c78afa5418
5 changed files with 360 additions and 33 deletions
+4
View File
@@ -1,5 +1,9 @@
{
"type": "module",
"scripts": {
"generate": "tree-sitter generate",
"test": "tree-sitter test"
},
"dependencies": {
"tree-sitter-cli": "^0.26.3"
}