refactor tokenizing

This commit is contained in:
Garux
2021-10-06 23:37:12 +03:00
parent fa1933fff5
commit 71c72527af
7 changed files with 92 additions and 160 deletions

View File

@@ -341,7 +341,7 @@ public:
std::size_t getColumn() const {
return m_scriptcolumn;
}
bool bufferContains( const char* str ){
bool bufferContains( const char* str ) const {
return m_istream.bufferContains( str );
}
};