expreso
expreso copied to clipboard
:coffee: A boolean expression parser and evaluator in Elixir.
Results
2
expreso issues
Sort by
recently updated
recently updated
newest added
Thanks a lot for this fantastic library. It saved us a lot of time 😃 e.g. It would be great if we can have `any` or `all` check in expreso....
Current types: ``` @spec eval(expr :: String.t | charlist) :: {:ok, result::boolean} | {:error, error::map} @spec eval(expr :: String.t | charlist, props :: map) :: {:ok, result::boolean} | {:error, error::map}...