crystal icon indicating copy to clipboard operation
crystal copied to clipboard

Parser: Rename `arg*` to `param*`

Open potomak opened this issue 3 years ago • 0 comments

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_*arg to parse_*param
  • Rename arg* to param* in parse_*param

See #10374

potomak avatar Jul 09 '22 17:07 potomak