8000 Tags · bzick/tokenizer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: bzick/tokenizer

Tags

v1.4.10

Toggle v1.4.10's commit message
fix: loop issue triggered by unexpected escape sequences

v1.4.9

Toggle v1.4.9's commit message
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().

v1.4.8

Toggle v1.4.8's commit message
Run tests on go18 due fuzz tests

v1.4.7

Toggle v1.4.7's commit message
Fix panic when stream ends with any white space

Fixes: #26

v1.4.6

Toggle v1.4.6's commit message
fix crash in GoNext/GoPrev seq

1.4.4

Toggle 1.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
#7: panic with empty data or string (#19)

1.4.3

Toggle 1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
#9: panic with last taken in stream (#18)

1.4.2

Toggle 1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
issue 11: fix number parser (#16)

v1.4.5

Toggle v1.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
#7: panic with empty data or string (#19)

v1.4.4

Toggle v1.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
#7: panic with empty data or string (#19)

0