mirror of
https://github.com/IRBorisov/ConceptCore.git
synced 2025-06-26 17:20: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})";
|
||
|
|
||
|
};
|