.. _program_listing_file_src_da4cpp_parsing.hpp: Program Listing for File parsing.hpp ==================================== |exhale_lsh| :ref:`Return to documentation for file ` (``src/da4cpp/parsing.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #include #include #include #ifndef DA4CPP_PARSING_H # define DA4CPP_PARSING_H namespace da4cpp::parsing { std::optional parse_translation_unit(const std::filesystem::path &path); } // namespace da4cpp::parsing #endif // DA4CPP_PARSING_H