Early work on an Include block.

This commit is contained in:
Joshua Bemenderfer
2023-02-22 21:58:54 -05:00
parent 3b7077e761
commit 31bb42e985
16 changed files with 1097 additions and 1015 deletions

View File

@@ -5,8 +5,11 @@
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest"
},
"dependencies": {
"@terrace-lang/js": "workspace:*",
"@terrace-lang/c": "workspace:*",
"@terrace-lang/js": "workspace:*",
"@terrace-lang/python": "workspace:*"
},
"devDependencies": {
"chai": "^4.3.7"
}
}