Agent-E11 / m_calc_rs

MIT License
0 stars 0 forks source link

Change `calculate` to return a `Result<Vec<Token>, CalcErr>` #4

Open Agent-E11 opened 7 months ago

Agent-E11 commented 7 months ago

calculate should return a vector of tokens in case the input contains a variable that cannot be substituted (in which case it would try to simplify #5)