Frac+Approx --> Float

This commit is contained in:
Richard Feldman 2019-09-01 00:50:11 -04:00
parent 695d1eb467
commit 04595a9e71
11 changed files with 112 additions and 207 deletions

View file

@ -75,7 +75,8 @@ pub enum Reason {
NamedFnCall(String /* function name */, u8 /* arity */),
OperatorArg(Operator, ArgSide),
OperatorRet(Operator),
FractionalLiteral,
FloatLiteral,
IntLiteral,
InterpolatedStringVar,
ElemInList,
}