BosqueLanguage / BosqueCore

Other
145 stars 5 forks source link

Typed Bool Literal #25

Closed BosqueLanguage closed 2 months ago

BosqueLanguage commented 1 year ago

Bool is currently marked as being typedeclable but:

typedecl Foo = Bool;
true_Foo

doesn't work. Need to fix in at least parser and maybe check other parts of pipeline (e.g. type checker)

BosqueLanguage commented 2 months ago

Fixed in PR #86