Пример #1
0
 def parser(tokens):
   p = Parser(tokens)
   return p.many_of(lambda: p.expect('eq')['value'])