mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
LR0: Special handling for 'A --> є'
This commit is contained in:
parent
6dea79721a
commit
1b81996674
1 changed files with 2 additions and 0 deletions
|
@ -162,6 +162,8 @@ LR0::Item::Item (const std::vector <std::string>& rule)
|
|||
: _rule (rule)
|
||||
, _cursor (2)
|
||||
{
|
||||
if (_rule.size () == 3 && _rule[2] == "є")
|
||||
_rule.pop_back ();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue