agent_orange icon indicating copy to clipboard operation
agent_orange copied to clipboard

Parser Chain

Open kevinelliott opened this issue 12 years ago • 0 comments

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.

kevinelliott avatar Jan 16 '13 02:01 kevinelliott