aboutsummaryrefslogtreecommitdiff
path: root/core.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2017-09-14 05:49:01 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2017-09-14 05:49:01 -0700
commit2dc9d24a5fadcd4789a137be6d91a79ae019aa1b (patch)
tree3c398e4ef59bb251890f0235075343851238ed8a /core.nom
parent2cf8a96c703b1019195803d40c8c468562cdc8b5 (diff)
Fixed error message, added another convenience accessor.
Diffstat (limited to 'core.nom')
-rw-r--r--core.nom4
1 files changed, 2 insertions, 2 deletions
diff --git a/core.nom b/core.nom
index 08115fa..51ecb84 100644
--- a/core.nom
+++ b/core.nom
@@ -182,13 +182,13 @@ rule ["max of %items with respect to %keys"]:
macro [..]
"%list 's %index", "%index st in %list", "%index nd in %list", "%index rd in %list"
- "%index th in %list"
+ "%index th in %list", "%index in %list"
..:
".."|\%list as lua expr\[\%index as lua expr\]
macro block [..]
"%list 's %index = %value", "%index st in %list = %value", "%index nd in %list = %value"
- "%index rd in %list = %value", "%index th in %list = %value"
+ "%index rd in %list = %value", "%index th in %list = %value", "%index in %list = %value"
..:
".."|\%list as lua expr\[\%index as lua expr\] = \%value as lua expr\