
gate.fsm.fsmtestgrammar.jape Maven / Gradle / Ivy
// fsmtestgrammar.jape
// Valy, 14/Apr/00
Phase: first
Rule: One
(({A})?:a ({B})+:b ({C})*:c)*:abc
-->
:abc.Group = {Type = "AB&C" }
Rule: Two
({A}):a | ({B}):b
-->
{}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy