-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation to match the current code
readme.md: - Update examples, fixing some arguments, and stop using deprecated methods. - Add blank lines between successive codeblocks, this is usually what is expected by markdown parsers. - Fix a typo in method name. - Explain that numbers and underscores are not part of keywords by default. - Remove some whitespaces at the end of lines. tokenizer.go - Add blank lines before "Deprecated:" doc comment to allow go tools to mark them as deprecated in the docs and in editors. - Fix the description of DefineStringToken().
- Loading branch information
Showing
2 changed files
with
41 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters