Ejemplo n.º 1
0
 def p_CollectFunction2(self, t):
     'CollectFunction : Function'
     t[0] = symbols.functionDefinition(*t[1])
Ejemplo n.º 2
0
 def p_CollectFunction2(self, t):
     'CollectFunction : Function'
     t[0] = symbols.functionDefinition(*t[1])
Ejemplo n.º 3
0
 def p_LetDefinition4(self, t):
     'LetDefinition : NAME EQ Function'
     t[0] = (t[1], symbols.functionDefinition(*t[3]))
Ejemplo n.º 4
0
 def p_LetDefinition4(self, t):
     'LetDefinition : NAME EQ Function'
     t[0] = (t[1], symbols.functionDefinition(*t[3]))