This is the base module of the package.

It contains type aliases and generic parsers (not bound to a particular token type).

Node:

import * as p from 'peberminta';

Deno:

import * as p from 'https://deno.land/x/peberminta@.../core.ts';

Parsers

Renames and re-exports all
Renames and re-exports skip
Renames and re-exports otherwise
Renames and re-exports end
Renames and re-exports ahead
Renames and re-exports emit
Renames and re-exports choice
Renames and re-exports many1

Generated using TypeDoc