Skip to main content
Module

x/ohm_js/src/Grammar.js>Grammar

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

Constructors

new
Grammar(
name,
superGrammar,
rules,
optDefaultStartRule,
)