-
Jan Trávníček authoredJan Trávníček authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ToRegExpAlgebraic.cpp 611 B
/*
* ToRegExpAlgebraic.cpp
*
* Created on: 4. 3. 2014
* Author: Tomas Pecka
*/
#include "ToRegExpAlgebraic.h"
#include <registration/AlgoRegistration.hpp>
namespace grammar {
namespace convert {
auto ToRegExpAlgebraicLeftRG = registration::AbstractRegister < ToRegExpAlgebraic, regexp::UnboundedRegExp < >, const grammar::LeftRG < > & > ( ToRegExpAlgebraic::convert );
auto ToRegExpAlgebraicRightRG = registration::AbstractRegister < ToRegExpAlgebraic, regexp::UnboundedRegExp < >, const grammar::RightRG < > & > ( ToRegExpAlgebraic::convert );
} /* namespace convert */
} /* namespace grammar */