rpn(1): rewrote parser for the second time

This commit is contained in:
Emma Tebibyte 2024-02-02 15:35:36 -07:00
parent 4cb5e8e2b0
commit fb2a164507
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -67,7 +67,7 @@ enum CalcType {
Floor, Floor,
Modulo, Modulo,
Val(f64), Val(f64),
Empty, Invalid,
} }
impl From<&str> for CalcType { impl From<&str> for CalcType {