mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00:00
where clauses for procedure literals
This commit is contained in:
@@ -99,6 +99,8 @@ Proc_Lit :: struct {
|
||||
body: ^Stmt,
|
||||
tags: Proc_Tags,
|
||||
inlining: Proc_Inlining,
|
||||
where_token: token.Token,
|
||||
where_clauses: []^Expr,
|
||||
}
|
||||
|
||||
Comp_Lit :: struct {
|
||||
|
||||
Reference in New Issue
Block a user