mirror of
https://github.com/IRBorisov/ConceptCore.git
synced 2025-06-27 01:30:37 +03:00
9 lines
169 B
C++
9 lines
169 B
C++
#pragma once
|
|
|
|
#include "ccl/lang/TextEnvironment.h"
|
|
|
|
struct FakeTextProcessor : ccl::lang::TextProcessor {
|
|
static inline std::string x1Ref = R"(@{X1|nomn|sing})";
|
|
|
|
};
|