Skip to main content
Module

x/ohm_js/extras/index.d.ts

A library and language for building parsers, interpreters, compilers, etc.
Go to Latest
File
import {MatchResult, Grammar, Semantics} from 'ohm-js';
export = extras;
declare namespace extras { function toAST(matchResult: MatchResult, mapping?: {}): {}; function semanticsForToAST(g: Grammar): Semantics;}