mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
core/odin: Added new file tag syntax as token. parse_file stores a list of tags that the file tag parser can use later.
This commit is contained in:
@@ -69,6 +69,7 @@ File :: struct {
|
||||
fullpath: string,
|
||||
src: string,
|
||||
|
||||
tags: [dynamic]tokenizer.Token,
|
||||
docs: ^Comment_Group,
|
||||
|
||||
pkg_decl: ^Package_Decl,
|
||||
|
||||
Reference in New Issue
Block a user