mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2026-01-25 13:07:13 +00:00
part of find_symols_visitor, going to change grammar
This commit is contained in:
parent
18e85f794f
commit
0d98183953
4 changed files with 158 additions and 192 deletions
|
|
@ -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 -----------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue