mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
* moved most of logic from HandleValue into the Step functions * removed the HandleValue function * added some comments * responses to Geoffrey * move increment of act->pos out of the step logic for value actions * changed act->pos to start at 0 and not have any gaps * Update executable_semantics/interpreter/action.h Co-authored-by: Geoff Romer <gromer@google.com> * update comment based on Geoffrey's suggestion Co-authored-by: Geoff Romer <gromer@google.com>