Program Listing for File parsing.hpp

Return to documentation for file (src/da4cpp/parsing.hpp)

#include <da4cpp/graph.hpp>
#include <filesystem>
#include <optional>

#ifndef DA4CPP_PARSING_H
#  define DA4CPP_PARSING_H

namespace da4cpp::parsing {

  std::optional<graph::DependencyGraph> parse_translation_unit(const std::filesystem::path &path);

}  // namespace da4cpp::parsing

#endif  // DA4CPP_PARSING_H