diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-10-31 15:10:03 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-10-31 15:10:03 -0700 |
| commit | ec92b0fccd70f06b5348fa355f49557aa71fdb3c (patch) | |
| tree | be5a7221714ab28d5a744118fe9fe335eaaeaa1d | |
| parent | 7a35e38d8778670fe0662f203e82638355db3bba (diff) | |
More explicit.
| -rw-r--r-- | nomnom/compile.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nomnom/compile.nom b/nomnom/compile.nom index 18afe3c..70f32b8 100644 --- a/nomnom/compile.nom +++ b/nomnom/compile.nom @@ -30,8 +30,8 @@ externally (barf any errors in %t) means: externally (%tree compiled with %compile_actions) means: assume (%tree is a "Syntax Tree") if all of [..] - %tree.version, (Nomsu version)'s meaning, %tree.version != (Nomsu version) - (1 upgraded from 2 to 3)'s meaning + %tree.version, ((Nomsu version)'s meaning) != (nil), %tree.version != (Nomsu version) + ((1 upgraded from 2 to 3)'s meaning) != (nil) ..then: %tree = (upgrade %tree from %tree.version to (Nomsu version)) |
