Class | Parslet::UnconsumedInput |
In: |
lib/parslet.rb
|
Parent: | ParseFailed |
Raised when the parse operation didn‘t consume all of its input. In this case, it makes only limited sense to look at the error tree. Maybe the parser worked just fine, but didn‘t account for the characters at the tail of the input?