agent_orange
agent_orange copied to clipboard
Parser Chain
Create a parser chain, that uses smart matchers to detect platforms/devices/etc.
Base class is AgentOrange::Matcher, and contains all the rules necessary to match. Matchers are stuffed in an ordered array, and detection will process them in order.
Some thought is necessary to this architecture and how it will be implemented.