#include <pegtl.hpp>
#include <pegtl/contrib/analyze.hpp>
#include <pegtl/contrib/parse_tree.hpp>
#include <pegtl/contrib/parse_tree_to_dot.hpp>
#include <pegtl/contrib/trace.hpp>
#include <filesystem>
#include <iostream>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
◆ COMPLEX_SELECTOR
template<typename PEGTL_RULE>
Initial value: parse_tree::selector<
PEGTL_RULE,
parse_tree::store_content::on<
>,
parse_tree::remove_content::on<
>,
parse_tree::apply< FOLD_CONTENT >::on<
>
>
String segment( no line continuation ), with exclusion rules.
Definition at line 139 of file pegtl/main.cpp.
◆ main()
int main |
( |
int | argc, |
|
|
char ** | argv ) |