Module

x/ohm_js/src/main.js>pexprs.Extend

A library and language for building parsers, interpreters, compilers, etc.
Latest
class pexprs.Extend
extends Alt
import { pexprs } from "https://dotland.deno.dev/x/ohm_js@v17.1.0/src/main.js";
const { Extend } = pexprs;

Constructors

new
Extend(
superGrammar,
name,
body,
)