Ejemplo n.º 1
0
def p_stream_output(p):
    """stream_output : C_STRING"""
    p[0] = GdbOutput()
    p[0].string = p[1]
Ejemplo n.º 2
0
def p_stream_output(p):
	'''stream_output : C_STRING'''
	p[0] = GdbOutput()
	p[0].string = p[1]