Extend Yarel validator to check booleans
Closed this issue · 0 comments
st159231 commented
The validator needs to work like a type-checker. For example: inc can't be applied to a boolean type and tof cannot have any of its three arguments of type int. These constraints must propagate inductively to every synctatical construct.