StackOverflow Questions for Tag: nom

mstruebing
mstruebing

Reputation: 1812

Parse multiple inputs and discard everything non matching

Score: 1

Views: 60

Answers: 1

Read More
Hellstorm
Hellstorm

Reputation: 670

Parsing SQLite B-Tree-Page with nom

Score: 1

Views: 280

Answers: 1

Read More
cptkidd
cptkidd

Reputation: 37

Proper way of parsing recursive enum with Nom

Score: 0

Views: 82

Answers: 1

Read More
Eray Erdin
Eray Erdin

Reputation: 3179

How do I parse the escape characters of the content of a string literal input with nom?

Score: 1

Views: 51

Answers: 0

Read More
Satoshi Nakajima
Satoshi Nakajima

Reputation: 2143

TypeScript library and Worker

Score: 0

Views: 26

Answers: 0

Read More
davidA
davidA

Reputation: 13684

How can I handle EOF when it can legally occur in other places rather than just after a line-ending?

Score: 0

Views: 96

Answers: 0

Read More
exocortex
exocortex

Reputation: 513

How to reuse small parsers in `alt` when they cannot `move`?

Score: 0

Views: 48

Answers: 2

Read More
exocortex
exocortex

Reputation: 513

nom parsers similar to regex expression "( ... )?"

Score: 0

Views: 56

Answers: 0

Read More
exocortex
exocortex

Reputation: 513

What is the idiomatic in Rust's nom way of turning (mapping) a parsing-error into an Ok-result?

Score: 0

Views: 251

Answers: 1

Read More
exocortex
exocortex

Reputation: 513

Replacing any sequences of spaces, tabs, newlines etc with single spaces using nom

Score: 1

Views: 51

Answers: 1

Read More
exocortex
exocortex

Reputation: 513

Use nom's `alt` and `map`-functions together to modify an object in place depending on which parser was successful

Score: 1

Views: 252

Answers: 2

Read More
Maximilian
Maximilian

Reputation: 8530

How to have a separator in nom with an optional terminating separator?

Score: 5

Views: 1954

Answers: 2

Read More
i_am_learning
i_am_learning

Reputation: 87

Parse this custom data format for data type with nested list

Score: 0

Views: 47

Answers: 1

Read More
hypnomaki
hypnomaki

Reputation: 662

Rust Nom How to do recusrive inline parsing

Score: 0

Views: 62

Answers: 2

Read More
cadolphs
cadolphs

Reputation: 9647

How do I use #from to convert nom parsing errors into my thiserror error variant?

Score: 1

Views: 1470

Answers: 2

Read More
w.brian
w.brian

Reputation: 17417

How do I create a streaming parser in nom?

Score: 10

Views: 6714

Answers: 3

Read More
Frank Schwidom
Frank Schwidom

Reputation: 146

Using the parser combinator crate "nom" to partially read and parse a file

Score: 0

Views: 221

Answers: 1

Read More
Konrad Pagacz
Konrad Pagacz

Reputation: 333

How to simplify argument templating in functions that return `nom` parsers?

Score: 0

Views: 218

Answers: 2

Read More
Fajela Tajkiya
Fajela Tajkiya

Reputation: 694

What's the proper way to parse text with tag using Rust nom?

Score: 0

Views: 735

Answers: 1

Read More
Fredrick Brennan
Fredrick Brennan

Reputation: 7357

How do I match a CSV-style quoted string in nom?

Score: 7

Views: 1034

Answers: 2

Read More
PreviousPage 1Next