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 /lib/control_flow.nom | |
| parent | 6f4b67632a544780438110bb11e5122448e24881 (diff) | |
Renamed rule % = % to action % %
Diffstat (limited to 'lib/control_flow.nom')
| -rw-r--r-- | lib/control_flow.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/control_flow.nom b/lib/control_flow.nom index 254d81d..5adcbd5 100644 --- a/lib/control_flow.nom +++ b/lib/control_flow.nom @@ -39,7 +39,7 @@ immediately: # Helper function immediately: - rule [tree %tree has function call %call] =: + action [tree %tree has function call %call]: lua> ".." local target = (\%call).stub; for subtree,_ in coroutine.wrap(function() nomsu:walk_tree(\%tree); end) do |
