diff --git a/docs/user-guide/102-policy-syntax.md b/docs/user-guide/102-policy-syntax.md index 7cb0f44c..b9cb9a90 100644 --- a/docs/user-guide/102-policy-syntax.md +++ b/docs/user-guide/102-policy-syntax.md @@ -36,6 +36,7 @@ The following is a semi-formal definition of the capture entry expression: ::= [0-9] ::= + ::= ( | "-" | )* + ::= "true" | "false" ::= "." ::= ( ( | ))* ::= \" ()* \" @@ -43,9 +44,9 @@ The following is a semi-formal definition of the capture entry expression: ::= ::= "capture" ::= "==" - ::= ( | | ) + ::= ( | | | ) ::= ":=" - ::= ( | | ) + ::= ( | | | ) ::= ::= | | ::= "|"