From 82cc997ddf3712a1d36521ba6128ec4858a8f405 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 11 Jan 2018 01:19:03 -0800 Subject: Renamed rule % = % to action % % --- lib/control_flow.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/control_flow.nom') 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 -- cgit v1.2.3