Skip to content
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

S-expression example fails to build #1778

Open
fkrause98 opened this issue Sep 14, 2024 · 0 comments
Open

S-expression example fails to build #1778

fkrause98 opened this issue Sep 14, 2024 · 0 comments

Comments

@fkrause98
Copy link

Prerequisites

  • Rust version : rustc 1.81.0 (eeb90cda1 2024-09-04)
  • nom version : 7.1.3
  • nom compilation features used: default

Test case

The test case are the steps below:

  1. Create a new test project: cargo new nom-example --bin.
  2. Cd into it: cd nom-example.
  3. Download the example from this same repo and use it as entry-point:
    wget https://raw.githubusercontent.com/rust-bakery/nom/main/examples/s_expression.rs -O src/main.rs.
  4. Try to compile it: cargo build.

What I've tried:

At a glance, the first error seems to be that the 'many' function does not exist anymore, but there seems to be
more complex errors I can't get really understand, I might be able to give it a shot at fixing this, but maybe with more context.

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

No branches or pull requests

1 participant