VedantParanjape / simpPRU

Intuitive language for PRU which compiles down to PRU C
https://simppru.readthedocs.io/en/latest/
MIT License
67 stars 11 forks source link

Fix control statements #16

Closed archisman-dey closed 3 years ago

archisman-dey commented 3 years ago

This PR fixes the issue where control statements could be called outside loops and adds tests and documentation to reflect the same.