sbuberl / px

A programming language
MIT License
4 stars 1 forks source link

Add short-circuit operators #19

Closed sbuberl closed 5 years ago

sbuberl commented 6 years ago

Add short-circuit operators && and ||. Should be similar to if-else code generation wise

sbuberl commented 5 years ago

This has been added to both compilers