mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 19:30:06 +00:00
Add semicolon stripping command: odin strip-semicolon, has the same parameters as odin check
This commit is contained in:
@@ -102,6 +102,7 @@ struct AstFile {
|
||||
Tokenizer tokenizer;
|
||||
Array<Token> tokens;
|
||||
isize curr_token_index;
|
||||
isize prev_token_index;
|
||||
Token curr_token;
|
||||
Token prev_token; // previous non-comment
|
||||
Token package_token;
|
||||
|
||||
Reference in New Issue
Block a user