Skip to content
Snippets Groups Projects
Commit 2424a7f2 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

Move LRG <-> RRG converters

parent 13a74df0
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,8 @@
#include "../re2rg/re2rrg/GlushkovRRG.h"
#include "../re2rg/re2rrg/BrzozowskiDerivationRRG.h"
 
#include "../lrg2rrg/LeftToRightRegularGrammar.h"
#include "../rrg2lrg/RightToLeftRegularGrammar.h"
#include "../rg2rg/lrg2rrg/LeftToRightRegularGrammar.h"
#include "../rg2rg/rrg2lrg/RightToLeftRegularGrammar.h"
 
 
namespace conversions
......
......@@ -11,7 +11,7 @@
#include <grammar/Regular/LeftRegularGrammar.h>
#include <grammar/Regular/RightRegularGrammar.h>
 
#include "../abstract/Conversion.h"
#include "../../abstract/Conversion.h"
 
namespace conversions
{
......
......@@ -8,7 +8,7 @@
#ifndef ABSTRACTRRGTOLRGCONVERTER_H_
#define ABSTRACTRRGTOLRGCONVERTER_H_
 
#include "../abstract/Conversion.h"
#include "../../abstract/Conversion.h"
 
#include <grammar/Regular/LeftRegularGrammar.h>
#include <grammar/Regular/RightRegularGrammar.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment