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:
parent
46df3daa08
commit
d2be94c409
@ -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 + {}
|
||||
|
Loading…
Reference in New Issue
Block a user