use new splice & hide chars
This commit is contained in:
parent
c985805703
commit
7c21df6ed4
|
@ -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+
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user