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

x/applicative_parser/parser.ts>many

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

many applies parser p zero or more times, returning an immutable list, this cannot fail.