mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-06 06:58:45 +00:00
fixes
This commit is contained in:
parent
ce0ca2a5cb
commit
7fc56df2b7
4 changed files with 225 additions and 130 deletions
|
|
@ -519,7 +519,9 @@ struct FunctionCallExpression {
|
|||
std::vector<std::unique_ptr<TypeExpression>> parameters;
|
||||
std::vector<SubExpressionToken> arguments;
|
||||
|
||||
utils::IdType function_id_;
|
||||
// only one from two is present
|
||||
std::optional<utils::IdType> function_id_;
|
||||
std::optional<utils::IdType> typeclass_graph_id_;
|
||||
};
|
||||
|
||||
struct TupleExpression {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue