fix: namespaces of types are now read correctly
This commit is contained in:
parent
9aa0063e30
commit
a5c9a163f2
@ -16,6 +16,7 @@ class type_parser_t : public parser_t {
|
|||||||
while (true) {
|
while (true) {
|
||||||
if (h.ended()) break;
|
if (h.ended()) break;
|
||||||
if (!h.curr().is_operator(operator_t::DOUBLE_COLON)) break;
|
if (!h.curr().is_operator(operator_t::DOUBLE_COLON)) break;
|
||||||
|
h.advance("Expected an identifier.");
|
||||||
h.force_push_parse("$_identifier", "Expected an identifier.", nmsp_content);
|
h.force_push_parse("$_identifier", "Expected an identifier.", nmsp_content);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user