-
### Please complete the following tasks
- [X] I have searched the [discussions](https://github.com/winnow-rs/winnow/discussions)
- [X] I have searched the [open](https://github.com/winnow-rs/winnow/i…
-
First of all, thanks for the great work for creating nom. It makes writting a parser to become a much fun process.
## Prerequisites
Here are a few things you should provide to help me understan…
-
I've run into a problem with using `nom::character::complete::not_line_ending` to match the entire contents of a line up to the line-ending. It works well in isolation, but using `nom::multi::many{1|0…
-
# Options
* Rowan
looked like a good option if I do not want to write the parser by my self.
* https://github.com/rust-analyzer/rowan
* Nom
Phaazon_ mentioned this in chat. - Macros
…
-
Hi,
First, thanks for doing the video series, I'm learning a lot!
When I started doing it (before I found your series), I knew I needed a parser, so did some Googling, and it seems that `nom` an…
-
I'm using `nom` for Advent of Code 2023 and a pattern I keep using over and over again is "whitespace-separated tuple".
```rust
let parser = tuple((
thing1,
char(' '),
thing2,
…
-
**Describe the bug**
Not a bug, but a compiler warning. Cursive built with ansi will print a warning that it will not build in a future version of Rust.
```
warning: the following packages conta…
-
Hi, thanks for all your hard work with Nom in general, and the new version specifically. Nom 5 made me want to try it out for the first time, but I find it a bit hard to get started since I need clear…
-
There is some discussion in the Emacs Humanities mailing list about Org mode's support for BibTeX items. See thread Citations in org-mode, Greg Bognar, 2021/02/08, [here](https://mail.gnu.org/archive/…
-
`SmtParser` uses a handmade parser that is showing its limits more and more (#33)
Would love to have something cleaner, though it would need to be as efficient as the current parser. Needs investig…