CUTE-Lang / miniCUTE

Basic compiler for a simpler version of CUTE Lang
https://CUTE-Lang.github.io/miniCUTE
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Implement a boolean operator transpiler #53

Open Ailrun opened 5 years ago

Ailrun commented 5 years ago

Is your feature request related to a problem? Please describe. The current transplier has basis for boolean operators, but cannot really transpile them yet.

Describe the solution you'd like Add a conversion between boolean operator names <-> PrimitiveOperators.

Additional context The binary integer operators are already implemented.

Ailrun commented 5 years ago

Maybe it is not that important. Let's use integer like C does.