Shorter example:

    grammar Flail {
        token TOP { <TOP> 'w' | 'v' }
    }

    Flail.subparse('vwwwwww').say;

Reply via email to