We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fafb8e commit 07f9931Copy full SHA for 07f9931
README.md
@@ -60,7 +60,7 @@ question ::== statement '?'
60
statement ::== '<' term copula term '>'
61
compound-term ::== '(' term operator term ')'
62
term ::== word | variable | set | compound-term | statement | '--' '(' term ')'
63
-set ::== '{' {term}+ '}' | '[' {term}+ ']'
+set ::== '{' {term} '}' | '[' {term} ']'
64
operator ::== '&&' | '||' '&/' | ',' | '&|' | ';' | '&' | '|'| '*' | '-' | '~' | '/1' | '/2' | '\1' | '\2'
65
copula ::== '-->' | '<->' | '{--' | '--]' | '{-]' '==>' | '<=>' | '=+>' | '=/>' | '=->' | #=\>' | '=|>' | '<+>' | '</>' | '<|>'
66
variable ::== '$' identifier | '#' identifier | '?' identifier
0 commit comments