mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 11:55:30 +00:00
Resolve #148
This commit is contained in:
parent
73a058d4d9
commit
9b395f2c7f
@ -459,7 +459,7 @@ vector<string> tags;
|
||||
Definition ROOT, TAG_NAME, _;
|
||||
ROOT <= seq(_, zom(seq(chr('['), TAG_NAME, chr(']'), _)));
|
||||
TAG_NAME <= oom(seq(npd(chr(']')), dot())), [&](const SemanticValues& vs) {
|
||||
tags.push_back(vs.str());
|
||||
tags.push_back(vs.token_to_string());
|
||||
};
|
||||
_ <= zom(cls(" \t"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user