mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 20:58:15 +00:00
Reimplement -collection; remove static from Odin tokenizer/parser in core library
This commit is contained in:
@@ -365,7 +365,6 @@ Value_Decl :: struct {
|
||||
type: ^Expr,
|
||||
values: []^Expr,
|
||||
comment: ^Comment_Group,
|
||||
is_static: bool,
|
||||
is_using: bool,
|
||||
is_mutable: bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user