Type check binary expressions

This commit is contained in:
2024-05-28 23:39:04 +02:00
parent b7beb7e601
commit 8c2ea58693
10 changed files with 158 additions and 11 deletions

View File

@@ -5,7 +5,8 @@
"main": "tools/index.js",
"type": "module",
"scripts": {
"cross": "node tools/cross.js"
"start": "node tools/cross.js",
"test": "node tools/tester.js"
},
"author": "Eugen Wissner <belka@caraus.de>",
"license": "MPL-2.0",