import * as tsMatches from "https://deno.land/x/ts_matches@v5.4.0/src/parsers/recursive-parser.ts";
Classes
This parser is used when trying to create parsers that user their own definitions in their types, like interface Tree { [key: string]: Tree | Leaf; } |