Skip to content

Filters

Matt Windsor edited this page Feb 5, 2019 · 1 revision

In the act codebase, filters are modules that encapsulate some process that takes input from a file, returns output to a file, and (optionally) takes auxiliary input and output from elsewhere in act. They take their name from The Art of Unix Programming.

Filter interfaces and constructors live in Utils.Filter, for the most part.

Clone this wiki locally