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

x/applicative_parser/parser.ts>Try

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

Try backtracks the parser if it fails, so another option can be tried.

Parameters

parser: Parser<A, B>