aboutsummaryrefslogtreecommitdiff
path: root/core/operators.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-05-15 18:55:55 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-05-15 18:56:00 -0700
commit0a95a264e5829153eb19bde54882e5c135d6bdad (patch)
tree3deca4bb69bccee009f8a6960dac4e8cdddf0876 /core/operators.nom
parent01aa199f7acfe9af57c5970793259b36e060fd11 (diff)
Cleaning up comments.
Diffstat (limited to 'core/operators.nom')
-rw-r--r--core/operators.nom4
1 files changed, 2 insertions, 2 deletions
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