use new splice & hide chars

This commit is contained in:
Matthew Butterick 2016-05-10 11:34:38 -07:00
parent c985805703
commit 7c21df6ed4

View File

@ -4,9 +4,11 @@ txtadv-program : verb-section everywhere-section things-section places-section s
verb-section : !"===VERBS===" verb-item+
!verb-item : verb-name+ s-exp
!verb-item : verb next-verb* s-exp
!verb-name : [!","] ID ["_"]
!verb : ID ["_"]
@next-verb : [!","] verb
everywhere-section : !"===EVERYWHERE===" id-desc+