kschiess / parslet

A small PEG based parser library. See the Hacking page in the Wiki as well.
kschiess.github.com/parslet
MIT License
805 stars 95 forks source link

`#error_tree` was removed but still exists in getting-started #208

Open wataash opened 3 years ago

wataash commented 3 years ago

http://kschiess.github.io/parslet/get-started.html

This is what parslet calls an #error_tree.

I tried to call this method and saw NoMethodError, and finally found out #error_tree had been removed on f921d91. This sentence needs to be updated.

kschiess commented 1 year ago

PR welcome ;)