mukul-rathi / bolt

Bolt is a language with in-built data-race freedom!
MIT License
564 stars 51 forks source link

Add binary operators to Bolt #51

Closed mukul-rathi closed 4 years ago

mukul-rathi commented 4 years ago

i.e. for ints

+ - * / % < <= > >= (where / is integer division e.g 7/2 = 3)

and for bools

&& ||

and for both != ==