mattn / anko

Scriptable interpreter written in golang
http://play-anko.appspot.com/
MIT License
1.47k stars 118 forks source link

Set position of lets statements #360

Closed brutella closed 9 months ago

brutella commented 10 months ago

This fix sets the correct position of lets statements. Without this fix those statements have an empty position (0, 0).

brutella commented 9 months ago

@mattn Is there anything else that needs to be changed to get this pull request merged?

mattn commented 9 months ago

Thank you