PEGTL v2.4.0 Release Notes

Release Date: 2018-02-17 // about 6 years ago
    • 👌 Improved and documented the Parse Tree / AST support.
    • Changed prefix of all macros from TAOCPP_PEGTL_ to TAO_PEGTL_. Compatibility macros with the old names are provided, they will be removed in version 3.0.
    • ➕ Added a deleted overload to prevent creating a memory_input<> from a temporary std::string.