public void LValue(Identifier identifier) { Stack.Push(identifier); }
public void RValue(Identifier identifier) { Stack.Push(identifier.Value); }