From 0a95a264e5829153eb19bde54882e5c135d6bdad Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 15 May 2018 18:55:55 -0700 Subject: Cleaning up comments. --- core/operators.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/operators.nom') diff --git a/core/operators.nom b/core/operators.nom index 56e89cb..60fe969 100644 --- a/core/operators.nom +++ b/core/operators.nom @@ -1,11 +1,11 @@ -#.. +# This file contains definitions of operators like "+" and "and". use "core/metaprogramming.nom" # Indexing immediately - #.. NOTE!!! It's critical that there are spaces around %key if it's a string, + # NOTE!!! It's critical that there are spaces around %key if it's a string, otherwise, Lua will get confused and interpret %obj[[[foo]]] as %obj("[foo]") instead of %obj[ "foo" ]. It's also critical to have parens around %obj, otherwise Lua is too dumb to -- cgit v1.2.3