Exemplo n.º 1
0
def sep(p, s):
    return choice(attempt(sep1(p, s)), pack([]))
Exemplo n.º 2
0
def sep(p, s):
    return choice(attempt(sep1(p, s)), pack([]))
Exemplo n.º 3
0
def many(p):
    return choice(attempt(many1(p)), pack([]))
Exemplo n.º 4
0
def many(p):
    return choice(attempt(many1(p)), pack([]))