• Niels Lohmann's avatar
    🔨 simplified interface for parser, lexer, and binary_reader · 186a9fd4
    Niels Lohmann authored
    These classes are now constructed with an interface adapter. This moves
    complexity from various places into the interface adapter class, or to
    some factories which now implement the different flavors of input.
    
    Furthermore, input adapters are kept in std::shared_ptr to avoid the
    need of manual deletion.
    186a9fd4
unit-class_lexer.cpp 8.35 KB