snirk-lang / protosnirk

The beginnings of a programming language
MIT License
1 stars 1 forks source link

Fix identify handing of do blocks #76

Closed SnirkImmington closed 6 years ago

SnirkImmington commented 6 years ago

The ExprVarIdentifier had been skipping over the block data of do blocks and just visiting the individual statements. This PR fixes handling of do blocks.

Closes #75.