mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-26 01:13:48 +00:00
Allow for either .odin file or directory as the initial start
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ struct AstFile {
|
||||
AstNode * curr_proc;
|
||||
isize scope_level;
|
||||
// DeclInfo * decl_info; // NOTE(bill): Created in checker
|
||||
|
||||
isize error_count;
|
||||
|
||||
CommentGroup lead_comment; // Comment (block) before the decl
|
||||
CommentGroup line_comment; // Comment after the semicolon
|
||||
|
||||
Reference in New Issue
Block a user