From 74bb9cd27242b9320f99ff4d2b50c3051576cc14 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 8 Feb 2022 16:53:51 +0800 Subject: ... --- include/cru/parse/RecursiveDescentAlgorithm.hpp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 include/cru/parse/RecursiveDescentAlgorithm.hpp (limited to 'include/cru/parse/RecursiveDescentAlgorithm.hpp') diff --git a/include/cru/parse/RecursiveDescentAlgorithm.hpp b/include/cru/parse/RecursiveDescentAlgorithm.hpp deleted file mode 100644 index 373724ea..00000000 --- a/include/cru/parse/RecursiveDescentAlgorithm.hpp +++ /dev/null @@ -1,19 +0,0 @@ -#pragma once - -#include "ParsingAlgorithm.hpp" - -namespace cru::parse { -class CRU_PARSE_API RecursiveDescentAlgorithm : public ParsingAlgorithm { - public: - RecursiveDescentAlgorithm() = default; - - CRU_DELETE_COPY(RecursiveDescentAlgorithm) - CRU_DELETE_MOVE(RecursiveDescentAlgorithm) - - ~RecursiveDescentAlgorithm() override = default; - - public: - bool CanHandle(Grammar* grammar) const override; - ParsingAlgorithmContext* CreateContext(Grammar* grammar) const override; -}; -} // namespace cru::parse -- cgit v1.2.3