mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
remove SOF token
This commit is contained in:
@@ -61,11 +61,6 @@ void initTransitions() {
|
||||
(*transitions)[TokenType::CooldownEnd] = {
|
||||
TokenType::TextFragment
|
||||
};
|
||||
(*transitions)[TokenType::StartOfFile] = {
|
||||
TokenType::TextFragment,
|
||||
TokenType::ElementDashStart,
|
||||
TokenType::EndOfFile
|
||||
};
|
||||
(*transitions)[TokenType::EndOfFile] = {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user