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