Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-18 | Make the StringFilter configurable | Silvan Jegen | |
2017-02-16 | Return a Manager, not a Config | Silvan Jegen | |
We are not using the manager yet though. | |||
2017-02-15 | Put the Manager in its own package | Silvan Jegen | |
2017-01-22 | Use registry for output modules | Silvan Jegen | |
2017-01-21 | Use the registry for filter modules as well | Silvan Jegen | |
2017-01-20 | Introduce registry | Silvan Jegen | |
We introduce a registry that contains maps to builder functions. These builder functions return the interface implementation of the modules specified in the configuration. We also make the input module type use the registry. All other module types still have to be converted. | |||
2016-12-25 | Implement lexer based on Scanner | Silvan Jegen | |
We also add the skeleton of a recursive descent parser. | |||
2016-12-25 | Add and use NewStdin function | Silvan Jegen | |
2016-12-09 | Reorganize files | Silvan Jegen | |