tiancaiamao / shen-go

A Go implementation of the Shen programming language
Other
55 stars 4 forks source link

kl: use one unified ControlFlow for all the work #9

Closed tiancaiamao closed 4 years ago

tiancaiamao commented 4 years ago

Call() does not create new ControlFlow any more. evalArgumentList() also use this ControlFlow.