rename field to parameter in parameter_list
also field to field_def (wip) and lots of whitespace due to ws fix
This commit is contained in:
@ -2,10 +2,10 @@ int length( ref x )
|
||||
length
|
||||
end
|
||||
-- -- --
|
||||
s(:expressions,
|
||||
s(:function, :int,
|
||||
s(:name, :length),
|
||||
s(:parameters,
|
||||
s(:field, :ref, :x)),
|
||||
s(:expressions,
|
||||
s(:name, :length))))
|
||||
s(:expressions,
|
||||
s(:function, :int,
|
||||
s(:name, :length),
|
||||
s(:parameters,
|
||||
s(:parameter, :ref, :x)),
|
||||
s(:expressions,
|
||||
s(:name, :length))))
|
||||
|
Reference in New Issue
Block a user