Esempio n. 1
0
 def p_Entity2(self, t):
     'Entity : NAME LSQUARE Where RSQUARE'
     t[0] = (t[1], symbols.whereValue(t[3]))
Esempio n. 2
0
 def p_Entity2(self, t):
     'Entity : NAME LSQUARE Where RSQUARE'
     t[0] = (t[1], symbols.whereValue(t[3]))
Esempio n. 3
0
 def p_Entity1(self, t):
     'Entity : NAME'
     t[0] = (t[1], symbols.whereValue(lambda objs: True))
Esempio n. 4
0
 def p_Entity1(self, t):
     'Entity : NAME'
     t[0] = (t[1], symbols.whereValue(lambda objs: True))