blob: 2c550d7b26f930147926a7db227489d634dba55d [file] [log] [blame]
Václav Kubernát94938b72018-05-04 15:12:24 +02001/*
2 * Copyright (C) 2018 CESNET, https://photonics.cesnet.cz/
3 * Copyright (C) 2018 FIT CVUT, https://fit.cvut.cz/
4 *
5 * Written by Václav Kubernát <kubervac@fit.cvut.cz>
6 *
7*/
8#include <string>
Václav Kubernátebca2552018-06-08 19:06:02 +02009#include "ast_path.hpp"
Václav Kubernát94938b72018-05-04 15:12:24 +020010
11std::string joinPaths(const std::string& prefix, const std::string& suffix);
Václav Kubernát60d6f292018-05-25 09:45:32 +020012std::string stripLastNodeFromPath(const std::string& path);
Václav Kubernátebca2552018-06-08 19:06:02 +020013path_ pathWithoutLastNode(const path_& path);