Language Initial
This commit is contained in:
parent
73897f11df
commit
b8f2380c60
47 changed files with 831 additions and 14 deletions
13
Language/public/Sentence.hpp
Normal file
13
Language/public/Sentence.hpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "LanguageCommon.hpp"
|
||||
|
||||
namespace tp {
|
||||
struct Sentence {
|
||||
const int1* buffer = nullptr;
|
||||
alni symbolSize = 1;
|
||||
|
||||
explicit Sentence(const char* buff) { buffer = buff; }
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue