mirror of
https://github.com/dsprenkels/backpack.git
synced 2026-05-04 03:00:05 -04:00
Make not precedence higher than binop
This commit is contained in:
@@ -114,7 +114,7 @@ export function otherTagExprParse(rest: string): parse.PResult<TagExpr> {
|
||||
}
|
||||
|
||||
export function tagExprParse(rest: string): parse.PResult<TagExpr> {
|
||||
return binOpExprOrOther.or(otherTagExpr).parse(rest)
|
||||
return binOpExprOrOther.parse(rest)
|
||||
}
|
||||
|
||||
export let everyNNights: P<EveryNNights> =
|
||||
|
||||
Reference in New Issue
Block a user