mirror of
https://github.com/IRBorisov/ConceptCore.git
synced 2025-06-26 01:00:36 +03:00
Update RSParser.cpp
This commit is contained in:
parent
ea0946a530
commit
71a5b32de7
|
@ -188,7 +188,6 @@ RawNode TermDeclaration(
|
|||
}
|
||||
|
||||
RawNode TupleDeclaration(ParserState* state, RawNode tuple) {
|
||||
// TODO: check tuple contains only local variables, ParseEID::expectedLocal
|
||||
std::vector<Node*> stack{ tuple.get()};
|
||||
while (!stack.empty()) {
|
||||
auto* node = stack.back();
|
||||
|
|
Loading…
Reference in New Issue
Block a user