Skip to content

Commit

Permalink
fix: anthony buzz was lying
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenSelph authored and slbsh committed Aug 5, 2024
1 parent 65dbf3e commit fd6da43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ impl Args {
}
}

const USAGE: &str = "Usage: sharc [-hvd] [-l LEVEL] [-f FILE] [-o FILE] [VERB...]";
const USAGE: &str = "Usage: sharc [-hVd] [-l LEVEL] [-f FILE] [-o FILE] [VERB...]";
const HELP_MESSAGE: &str = "\x1b[1mDESCRIPTION\x1b[0m
The compiler for the Shard Programming Language.
Documentation can be found at https://shardlang.org/doc/
Expand Down
1 change: 0 additions & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ impl<'t, 'contents> Parser<'t, 'contents> {
Ok(())
},
TokenKind::EOF => {
self.advance();
Ok(())
},
_ => ReportKind::UnexpectedToken
Expand Down

0 comments on commit fd6da43

Please sign in to comment.