Beispiel #1
0
 def A(self, start):
   m =  rules.B(start)
   return m and x(p.cur()) and m+'x' or m\
   or a(start)
Beispiel #2
0
 def A(self, start):
   m = memoA(start)
   return m and x(p.cur()) and m+'x' or m or a(start)