mirror of
https://github.com/github/semantic.git
synced 2024-12-29 18:06:14 +03:00
Add Doc operators.
This commit is contained in:
parent
a90e508a8e
commit
119fdaed78
@ -33,6 +33,21 @@ infix operator &&& {
|
||||
precedence 120
|
||||
}
|
||||
|
||||
infix operator <> {
|
||||
associativity right
|
||||
precedence 140
|
||||
}
|
||||
|
||||
infix operator <+> {
|
||||
associativity right
|
||||
precedence 140
|
||||
}
|
||||
|
||||
infix operator </> {
|
||||
associativity right
|
||||
precedence 140
|
||||
}
|
||||
|
||||
prefix operator ^ {}
|
||||
|
||||
postfix operator * {}
|
||||
|
Loading…
Reference in New Issue
Block a user