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

Added support for unary increment and decrement operators #49

Open Krishna-13-cyber opened 2 years ago

Krishna-13-cyber commented 2 years ago

This PR adds support for unary increment and decrement operators(++,--) which can be used for much easier computation and programming in simpPRU.