blob: db2bb43bfdf0cf20c2cf20e4a4c919fcd2a57d64 [file] [log] [blame]
Václav Kubernát195eeea2018-05-18 13:52:36 +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
9#include "parser_context.hpp"
Václav Kubernát814fa412018-05-25 19:47:18 +020010ParserContext::ParserContext(const CTree& tree, const path_ curDir)
Václav Kubernát195eeea2018-05-18 13:52:36 +020011 : m_tree(tree)
12{
Václav Kubernát2a9e1792018-05-28 12:53:48 +020013 m_curPath = curDir;
Václav Kubernát195eeea2018-05-18 13:52:36 +020014}