masak / alma

ALgoloid with MAcros -- a language with Algol-family syntax where macros take center stage
Artistic License 2.0
139 stars 15 forks source link

Allow all the Q types to be reached #520

Closed masak closed 5 years ago

masak commented 5 years ago

I was playing around with #379, and I got this error message:

Property `Expr` not found on object of type Type (Q::Statement)

In other words, that one is missing in our (very temporary) property lookup list in Runtime.pm6.

A couple of thoughts:

None of this is hard, it just needs doing. :smile: