add subprocess

This commit is contained in:
2023-03-21 23:03:25 +00:00
parent 54ea92886e
commit 4f3d419c28
12 changed files with 202 additions and 146 deletions

View File

@@ -24,7 +24,6 @@ func anyToBool(x any) bool {
default:
return true
}
}
var booleanCompile = makeRegex(`( )*(true|false|null)( )*`)