part of find_symols_visitor, going to change grammar

This commit is contained in:
ProgramSnail 2023-04-08 15:06:51 +03:00
parent 18e85f794f
commit 0d98183953
4 changed files with 158 additions and 192 deletions

View file

@ -372,7 +372,7 @@ struct DefinitionParameter : public Node {
struct DefinitionArgument : public Node {
NameIdentifier name;
std::vector<std::unique_ptr<ParametrizedType>> types;
std::vector<std::unique_ptr<ParametrizedType>> types; // TODO: one type
};
// ----------------- Flow control -----------------