Skip to main content
Module

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

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

Constructors

new
Extend(
superGrammar,
name,
body,
)