We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
d89e010
I pulled the latest commits from PEGTL and found that the parse_tree::basic_node::is<> method was renamed to parse_tree::basic_node::is_type<>.
parse_tree::basic_node::is<>
parse_tree::basic_node::is_type<>