Closed CrockAgile closed 7 years ago
I really like this, it represents a really great addition and also appreciate your approach to those areas you refactored. Once the tests are filled in I'm ready to approve.
Working on failing tests, will PR again once that development is closer to complete.
Closes #22 and #12 by implementing
std::str::FromStr
for the node types.Also removed
look_ahead!
in favor of not maintaining a separate macro when it seems likenom::recognize!
offers similar behavior.⚠️ do not merge: tests to be added