Skip to content

Commit

Permalink
Merge pull request #4467 from clankill3r/patch-1
Browse files Browse the repository at this point in the history
Update scanner.odin
  • Loading branch information
gingerBill authored Nov 8, 2024
2 parents 20a8c97 + b492b73 commit 4890c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/text/scanner/scanner.odin
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// It takes a string providing the source, which then can be tokenized through
// repeated calls to the scan procedure.
// For compatibility with existing tooling and languages, the NUL character is not allowed.
// If an UTF-8 encoded byte order mark (BOM) is the first character in the first character in the source, it will be discarded.
// If an UTF-8 encoded byte order mark (BOM) is the first character in the source, it will be discarded.
//
// By default, a Scanner skips white space and Odin comments and recognizes all literals defined by the Odin programming language specification.
// A Scanner may be customized to recognize only a subset of those literals and to recognize different identifiers and white space characters.
Expand Down

0 comments on commit 4890c36

Please sign in to comment.