Skip to main content
Go to Latest
function createRecursiveDescentParser
import { createRecursiveDescentParser } from "https://deno.land/x/pbkit@v0.0.62/core/parser/recursive-descent-parser.ts";

Type Parameters

optional
T extends Record<string, any> = any

Parameters

input: string
optional
config: Partial<RecursiveDescentParserConfig>