Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function createRecursiveDescentParser
import { createRecursiveDescentParser } from "https://deno.land/x/pbkit@v0.0.54/core/parser/recursive-descent-parser.ts";

Type Parameters

optional
T = unknown

Parameters

input: string
optional
config: Partial<RecursiveDescentParserConfig>