add expression classes and implement to_s for them

This commit is contained in:
2026-03-10 14:37:53 +03:00
parent e121decd12
commit 517a103970
2 changed files with 224 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# frozen_string_literal: true
require_relative "ruby_algebra/version"
require_relative "ruby_algebra/expression"
module RubyAlgebra
end