cobrix
cobrix copied to clipboard
Extract generic routines from CopybookParser
Background
CopybookParser has a lot of private methods that can be generalized.
Task
Extract generic enough methods from CopybookParser, make them public, put them into a generic utils object. Ensure test coverage.