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
Currently we only have one numerical token type NumericalLiteral which is of type f64, hence all numerical values are converted to f64 and we only get Cont::Num.
This is a bug in the lexer.
Currently we only have one numerical token type
NumericalLiteral
which is of typef64
, hence all numerical values are converted tof64
and we only getCont::Num
.This bug blocks #328
The text was updated successfully, but these errors were encountered: