You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling this code crashes the code generator; if the commented line is un-commented then it will compile and run correctly.
module TEST
imports INT
imports MINT
syntax MInt{1}
// rule _:Int => Int2MInt(0)::MInt{1}
endmodule
If the code is ill-formed for some reason when the rule is not present, we should emit a friendlier error message either in the frontend or in the backend.
The text was updated successfully, but these errors were encountered:
This is a known bug; there's no reason it shouldn't work but is very low priority because there's no good reason to declare and not use one of these sorts.
Compiling this code crashes the code generator; if the commented line is un-commented then it will compile and run correctly.
If the code is ill-formed for some reason when the rule is not present, we should emit a friendlier error message either in the frontend or in the backend.
The text was updated successfully, but these errors were encountered: