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'; Copy
import * as p from 'peberminta';
Deno:
import * as p from 'https://deno.land/x/peberminta@.../core.ts'; Copy
import * as p from 'https://deno.land/x/peberminta@.../core.ts';
This is the base module of the package.
It contains type aliases and generic parsers (not bound to a particular token type).
Node:
Deno: