Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/applicative_parser/mod.ts>many1

parser combinators applicative TypeScript deno module
Latest
function many1
import { many1 } from "https://deno.land/x/applicative_parser@1.0.23/mod.ts";

many1 applies parser p one or more times, returning an immutable list, this will fail if it does not succeed at least once.