mirror of https://github.com/Wilfred/difftastic/
17 lines
390 B
Plaintext
17 lines
390 B
Plaintext
(script
|
|
(function_declaration
|
|
name: (identifier)
|
|
(parameters
|
|
(parameter
|
|
(attribute_modifier
|
|
(qualified_identifier
|
|
(identifier)))
|
|
(inout_modifier)
|
|
type: (type_specifier)
|
|
name: (variable))
|
|
(parameter
|
|
(inout_modifier)
|
|
type: (type_specifier)
|
|
name: (variable)))
|
|
body: (compound_statement)))
|