• Show log

    Commit

  • Hash : 9e66590b
    Author : Patrick Steinhardt
    Date : 2017-07-21T13:01:43

    config_parse: use common parser interface
    
    As the config parser is now cleanly separated from the config file code,
    we can easily refactor the code and make use of the common parser
    module. This removes quite a lot of duplicated functionality previously
    used for handling the actual parser state and replaces it with the
    generic interface provided by the parser context.