1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00

🔥 most of the custom operators.

This commit is contained in:
Rob Rix 2015-10-13 00:06:15 -04:00
parent 46df3daa08
commit d2be94c409

View File

@ -1,38 +1,3 @@
infix operator <|> {
associativity left
precedence 120
}
infix operator <*> {
associativity left
precedence 130
}
infix operator <* {
associativity left
precedence 130
}
infix operator *> {
associativity left
precedence 130
}
infix operator <^> {
associativity left
precedence 130
}
infix operator >>- {
associativity left
precedence 100
}
infix operator &&& {
associativity left
precedence 120
}
infix operator <> {
associativity right
precedence 140
@ -52,9 +17,3 @@ infix operator >>> {
associativity right
precedence 170
}
prefix operator ^ {}
postfix operator * {}
postfix operator + {}