lutaml / expressir

Ruby parser for the ISO EXPRESS language
3 stars 2 forks source link

When requiring `expressir`, automatically include `Expressir::Express` and `Expressir::Express::Parser` #127

Closed ronaldtse closed 9 months ago

ronaldtse commented 1 year ago
irb(main):001:0> require "expressir"
=> true
irb(main):002:0> require "expressir/express/parser"
=> true
irb(main):003:0> require "expressir/express/cache"
=> true

This is very strange. This ought to be automatic.