8000 build: Upgrade nom to version 8 by Rawk · Pull Request #125 · librasn/compiler · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

build: Upgrade nom to version 8 #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2025
Merged

build: Upgrade nom to version 8 #125

merged 1 commit into from
Jun 27, 2025

Conversation

Rawk
Copy link
Contributor
@Rawk Rawk commented Jun 27, 2025

Most changes are due to these two:

  • Instead of writing combinator(arg)(input), we now write combinator(arg).parse(input).
  • InputIter, InputTakeAtPosition, InputLength, InputTake and Slice are now merged in the Input trait.

See nom changelog for details.

Copy link
Member
@6d7a 6d7a left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution!

@6d7a 6d7a merged commit c6ee0ca into librasn:main Jun 27, 2025
1 check passed
@Rawk Rawk deleted the nom8 branch June 28, 2025 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0