Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: dragostis/pest

Tags

v0.3.3

Toggle v0.3.3's commit message
Fixed small macro bug.

v0.3.2

Toggle v0.3.2's commit message
Fixed stack overflow bug in debug mode.

v0.3.1

Toggle v0.3.1's commit message
Fixed queue index resetting and inlined matchers.

v0.3.0

Toggle v0.3.0's commit message
Added Input reference to Parser and removed delegation. Changed match…

…ers to be public methods. Fixed a bug where line_col would crash on unicode characters. Added Token new method.

v0.2.9

Toggle v0.2.9's commit message
Changed comment to always be atomic.

v0.2.8

Toggle v0.2.8's commit message
Fixed erroneous lifetime elision when slicing Input.

v0.2.7

Toggle v0.2.7's commit message
Improved error reporting and removed string ownership from StringInput.

v0.2.6

Toggle v0.2.6's commit message
Added better process debugging and Input::is_empty method.

v0.2.5

Toggle v0.2.5's commit message
Fixed a bug where running process() multiple times on the same instan…

…ce would panic.

v0.2.4

Toggle v0.2.4's commit message
Fixed try failing inside matchers.