Skip to content

Commit

Permalink
Update wildcard comment in EBNF
Browse files Browse the repository at this point in the history
  • Loading branch information
braxtonhall authored Oct 12, 2019
1 parent abea6fd commit b636478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deliverable2.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ FILTER ::= (LOGICCOMPARISON | MCOMPARISON | SCOMPARISON | NEGATION)
LOGICCOMPARISON ::= LOGIC ':[{' FILTER ('}, {' FILTER )* '}]'
MCOMPARISON ::= MCOMPARATOR ':{' mkey ':' number '}'
SCOMPARISON ::= 'IS:{' skey ':' [*]? inputstring [*]? '}' // inputstring may have option * characters as wildcards
SCOMPARISON ::= 'IS:{' skey ':' [*]? inputstring [*]? '}' // Asterisks should act as wildcards. Optional.
NEGATION ::= 'NOT :{' FILTER '}'
LOGIC ::= 'AND' | 'OR'
Expand Down

0 comments on commit b636478

Please sign in to comment.