Exemplo n.º 1
0
 public void LValue(Identifier identifier)
 {
     Stack.Push(identifier);
 }
Exemplo n.º 2
0
 public void RValue(Identifier identifier)
 {
     Stack.Push(identifier.Value);
 }