mirror of
https://codeberg.org/ProgramSnail/tree-sitter-lang.git
synced 2025-12-06 06:38:51 +00:00
example fix
This commit is contained in:
parent
1a237adf0e
commit
9c44228eec
1 changed files with 4 additions and 1 deletions
|
|
@ -219,7 +219,8 @@ parse_number : Unit! = {
|
|||
bring ();
|
||||
}
|
||||
|
||||
( & ) <-| 'a <-| 'b |-> 'x |-> 'y = (<-| 'a := |-> 'x) && (<-| 'b := |-> 'y);
|
||||
: example of or_in and or_out usage for template operators
|
||||
( & ) |-> 'a |-> 'b <-| 'x <-| 'y = (|-> 'a := <-| 'x) && (|-> 'b := <-| 'y);
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -1184,6 +1185,8 @@ parse_number : Unit! = {
|
|||
(unit_literal))))
|
||||
(empty_lines)
|
||||
(function_definition
|
||||
(definition_info
|
||||
(info))
|
||||
(operator)
|
||||
(argument_name_identifier)
|
||||
(argument_name_identifier)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue