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

Type Parameters

optional
T extends Record<string, any> = any

Parameters

input: string
optional
config: Partial<RecursiveDescentParserConfig>