JacquelineCasey / Nom

0 stars 0 forks source link

Booleans #2

Closed JacquelineCasey closed 1 year ago

JacquelineCasey commented 1 year ago

Add Booleans and related constructs.

JacquelineCasey commented 1 year ago

Boolean type and boolean literals are done. They were pretty easy. Working on if statements.

JacquelineCasey commented 1 year ago

Postponing else to another time. It is a bit harder than it looks, as we might need to do actual type unification...