diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-11 01:19:03 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-11 01:19:03 -0800 |
| commit | 82cc997ddf3712a1d36521ba6128ec4858a8f405 (patch) | |
| tree | 046f7aa7c22620b6da1310c828d0d63a998052ab /nomsu.lua | |
| parent | 6f4b67632a544780438110bb11e5122448e24881 (diff) | |
Renamed rule % = % to action % %
Diffstat (limited to 'nomsu.lua')
| -rw-r--r-- | nomsu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -233,7 +233,7 @@ do local arg_positions = { } self:assert(stub, "NO STUB FOUND: " .. tostring(repr(signature))) if self.debug then - self:writeln(tostring(colored.bright("DEFINING RULE:")) .. " " .. tostring(colored.underscore(colored.magenta(repr(stub)))) .. " " .. tostring(colored.bright("WITH ARGS")) .. " " .. tostring(colored.dim(repr(arg_names)))) + self:writeln(tostring(colored.bright("DEFINING ACTION:")) .. " " .. tostring(colored.underscore(colored.magenta(repr(stub)))) .. " " .. tostring(colored.bright("WITH ARGS")) .. " " .. tostring(colored.dim(repr(arg_names)))) end for i = 1, #arg_names - 1 do for j = i + 1, #arg_names do |
