crystal
crystal copied to clipboard
Parser: Rename `arg*` to `param*`
In a function or block definition you can define a list of parameters. The parser implementation calls them arguments, but this name is imprecise. Here I'm updating some variable and function names to clarify a bit that they are params instead of args.
- Rename
parse_*argtoparse_*param - Rename
arg*toparam*inparse_*param
See #10374