mirror of
https://codeberg.org/ProgramSnail/tree-sitter-lang.git
synced 2025-12-24 07:28:48 +00:00
or references added
This commit is contained in:
parent
4159d81c4b
commit
b71b732797
2 changed files with 23 additions and 12 deletions
|
|
@ -220,7 +220,7 @@ parse_number : Unit! = {
|
|||
}
|
||||
|
||||
: example of or_in and or_out usage for template operators (tuple input and tuple output)
|
||||
( & ) |-> 'a |-> 'b <-| 'x <-| 'y = ('a := 'x) && ('b := 'y);
|
||||
( & ) --|-> 'a --|-> 'b <-|-- 'x <-|-- 'y = ('a := 'x) && ('b := 'y);
|
||||
|
||||
: function, that return result ('!' not used on calls)
|
||||
: useful when tuples returned
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue