Skip to main content
Module

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

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

Constructors

new
Extend(
superGrammar,
name,
body,
)