From d8f9b15fd9da8c9ae29ee0b63c4302e5efbde387 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 31 Dec 2018 01:02:46 -0800 Subject: Cleaning up some of the documentation and dead code. --- compatibility/3.nom | 2 +- compatibility/4.11.nom | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'compatibility') diff --git a/compatibility/3.nom b/compatibility/3.nom index 3b58cee..0a745f6 100644 --- a/compatibility/3.nom +++ b/compatibility/3.nom @@ -12,4 +12,4 @@ upgrade action (@) to "3" as $me upgrade action "as" to "3" via for $tree: compile error at $tree "Object API has changed and 'as' is no longer supported." - "Use (%obj::action ...) instead of (as %obj: action ...)" + "Use ($obj, action ...) instead of (as $obj: action ...)" diff --git a/compatibility/4.11.nom b/compatibility/4.11.nom index 313b8e4..a5c9c12 100644 --- a/compatibility/4.11.nom +++ b/compatibility/4.11.nom @@ -16,7 +16,7 @@ upgrade action "call 1 with" to "4.11" via return (SyntaxTree $tree2) upgrade action (-> $yield_value) to "4.11" as (yield $yield_value) -# Replace set {%x:1, %y:2} with [%x, %y] = [1, 2] +# Replace set {$x:1, $y:2} with [$x, $y] = [1, 2] upgrade action "set" to "4.11" via for ($tree $end_version): [$lhs, $rhs] = [\[], \[]] @@ -33,7 +33,7 @@ upgrade action "set" to "4.11" via upgrade action "1 with 2 ~>" to "4.11" via for $tree: compile error at $tree "This method has been deprecated." - "Perhaps this could be use %tree::map instead." + "Perhaps this could be use ($tree, map ...) instead." # Changing filesystem API: upgrade action (for file $f in $path $body) to "4.11" as -- cgit v1.2.3