コード例 #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)