mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-20 13:58:43 +00:00
changes for new grammar, fixes
This commit is contained in:
parent
91f9affadc
commit
3106a64949
35 changed files with 605 additions and 550 deletions
|
|
@ -65,7 +65,7 @@ struct Constructor {
|
|||
|
||||
struct FunctionDeclaration {
|
||||
std::vector<Parameter> parameters;
|
||||
std::vector<interpreter::tokens::AnyType*> argument_types;
|
||||
std::vector<interpreter::tokens::ExtendedScopedAnyType*> argument_types;
|
||||
interpreter::tokens::FunctionDeclaration* node = nullptr;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue