예제 #1
0
파일: testpeasy.py 프로젝트: zjuwjf/peasy
 def A(self, start):
   m =  rules.B(start)
   return m and x(p.cur()) and m+'x' or m\
   or a(start)
예제 #2
0
파일: testpeasy.py 프로젝트: zjuwjf/peasy
 def A(self, start):
   m = memoA(start)
   return m and x(p.cur()) and m+'x' or m or a(start)