aboutsummaryrefslogtreecommitdiff
path: root/nomsu.peg
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-05-24 21:16:51 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-05-24 21:17:15 -0700
commit64294f5cd6ab67236625cf4d645debafc35d0055 (patch)
treedb469d2e94f4d8479d02e7a390941c122025b423 /nomsu.peg
parentd9b795ee45d7a3c65bdd74da5ee042fac12cf5b8 (diff)
Removed the Word tree type and replaced it with raw strings, since
they're only used as part of Actions
Diffstat (limited to 'nomsu.peg')
-rw-r--r--nomsu.peg2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.peg b/nomsu.peg
index afc5580..b063ea0 100644
--- a/nomsu.peg
+++ b/nomsu.peg
@@ -50,7 +50,7 @@ inline_action (Action):
action (Action):
(expression (dotdot? %ws*))* word ((dotdot? %ws*) (expression / word))*
-word (Word): { %operator / (!number plain_word) }
+word: { %operator / (!number plain_word) }
text_word (Text): {%operator / (!number plain_word)}