Anand Krishnamoorthi
7565ec3ecf
feat: or keyword ( #315 )
...
Add `or` operator to Rego languages. Available via `rego-extensions`
Cargo feature.
If the evaluated lhs value is not false, null or undefined it is returned.
Otherwise rhs is evaluated and returned.
or operator has least precedence, and is left-associative.
closes #314
2024-09-13 16:39:19 -07:00
..
2023-12-27 17:00:40 -08:00
2023-02-11 06:37:04 +05:30
2024-09-11 09:15:28 -07:00
2024-08-31 13:46:55 -07:00
2024-09-04 10:02:14 -07:00
2023-12-23 11:55:25 -08:00
2023-04-09 20:28:59 -07:00
2023-12-27 17:00:40 -08:00
2024-05-28 06:25:13 -07:00
2024-07-27 23:26:53 +05:30
2023-10-24 10:11:50 -07:00
2023-10-24 10:11:50 -07:00
2024-04-22 07:41:35 -07:00
2023-02-09 10:56:54 -08:00
2023-06-29 09:44:19 -07:00
2024-03-05 09:56:15 -08:00
2024-02-16 06:11:07 -08:00
2024-03-15 07:13:54 -07:00
2024-09-13 16:39:19 -07:00
2024-01-31 21:39:02 -08:00
2024-08-29 09:47:45 -07:00
2023-11-27 10:02:37 -08:00
2023-02-09 10:56:54 -08:00
2023-12-06 07:59:04 -08:00
2024-03-10 09:03:11 -07:00
2024-02-26 17:31:48 -08:00
2023-02-09 19:40:35 +00:00
2023-10-09 14:27:31 -07:00