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
pack and array expressions contain i but this does not mean import here
v is used but never declared
The precedence rules seem to be not complete
s+ in g is confusing as s is optional X?+ = X*
The precedence rules list Π Sym : e does this refer to .Pi Sym ( : etype )? , edom n? (can be confused with Π b → ecodom) => unicodes should be used consistently
I think more rules are unused that I did not catch
The text was updated successfully, but these errors were encountered:
https://anydsl.github.io/thorin2/langref.html
The grammar seems to contain mistakes:
I
for index literal is never usedi
but this does not meanimport
herev
is used but never declareds+
ing
is confusing ass
is optionalX?+ = X*
Π Sym : e
does this refer to.Pi Sym ( : etype )? , edom n
? (can be confused withΠ b → ecodom
) => unicodes should be used consistentlyThe text was updated successfully, but these errors were encountered: