Commit Graph

6 Commits

Author SHA1 Message Date
1fff529e83 implement interpreter and demo + bug fixes
- implement interpreter and demo
- replace StandardError with appropriate subclasses
- implement division
- rewrite Polynomial.simplify()
2026-04-13 19:33:50 +03:00
a420ba3ce2 replace expressions with polynomials, add interpreter command class, rewrite parser 2026-04-13 13:23:12 +03:00
afb81b475a polynomials 2026-04-06 10:53:01 +03:00
3f0f8ab5e7 implement expression parser 2026-03-16 13:07:49 +03:00
517a103970 add expression classes and implement to_s for them 2026-03-10 14:37:53 +03:00
a2b1aff4d9 rename the gem to ruby_algebra 2026-03-09 20:42:08 +03:00