Exemplo n.º 1
0
        def create():
            p = Parser()
            p.at_least_one(
                p.str('x'),
                p.str('y'),
                p.str('z')
            )

            return p