- Fixed compilation and clippy warnings (PR #1 by
jsinger67
). - Added
#[must_use]
attribute to some constructor methods in accordance withclippy::must_use_candidate
lint. - Replaced broken link to an article on CFGs in crate-level docs and README.md with a link to a Wikipedia article on the same topic.
Error
fields are now public andErrorKind
enum is exported.- Relaxed
Copy
trait bound toClone
for values of both non-terminal and terminal symbols (NonterminalValue
andTerminalValue
traits). Symbol
now derivesPartialEq
,Rule
now derivesDebug
,Clone
andPartialEq
.- Added unit-tests for
expand_input()
as well as 2 integration tests. - Added some documentation to all exported types.
- Fixed invalid links in the documentation.
- Inital release.