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