Skip to content

Conversation

@cmtt
Copy link
Member

@cmtt cmtt commented Oct 16, 2016

  • adding intial tokenizer tests
  • correcting an issue with OperatorType::BitShiftRight
  • improvements to error handling: In case of errors ocurring at position 0 in the input string, an attempt was made to unwrap None
  • updating roadmap

cmtt added 2 commits October 16, 2016 12:26
…orrecting an issue with OperatorType::BitShiftRight, improvements to error handling, updating roadmap

return Ok(Literal(tok.read_binary()));
},
b'B' => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should rather do a single match for b'b' | b'B' => {

@maciejhirsz maciejhirsz merged commit 172ba62 into master Oct 16, 2016
@cmtt cmtt deleted the add-tokenizer-tests branch October 16, 2016 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants