You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Each operation argument should have set of allowed types. Say, 'number' for a
+, -, <, >, 'boolean' for ||, &&, !, 'number' and 'string' for == and != as
well as a type of result.
A root expression must have the boolean type, because it will be used as the
predicate todecided whether an object should be filtered in.
It seems that we should take care of nullability of a type: say, regexp will
not work with null as an argument, but is_null will do.
The text was updated successfully, but these errors were encountered:
number
lua type.long
type represented with number64 (cdata<int64_t/uint64_t>.It is follow up of #13.
From #13:
The text was updated successfully, but these errors were encountered: