[nap] multi-purpose bool expression evaluator for nap

This commit is contained in:
2021-05-18 17:43:01 -06:00
parent 89f30882cd
commit 238bdfd9ff
16 changed files with 101 additions and 14 deletions

15
projects/nap/haxelib.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "nap",
"url": "https://github.com/hissvn/kisslang",
"license": "LGPL",
"tags": ["cross"],
"description": "",
"version": "0.0.0",
"releasenote": "It isn't safe to use this library yet.",
"contributors": ["NQNStudios"],
"classPath": "src/",
"main": "nap.Main",
"dependencies": {
"kiss": ""
}
}