Skip to main content
Module

x/ohm_js/extras/index.mjs

A library and language for building parsers, interpreters, compilers, etc.
Latest
File
export {getLineAndColumnMessage, getLineAndColumn} from '../src/util.js';export {VisitorFamily} from './VisitorFamily.js';export {semanticsForToAST, toAST} from './semantics-toAST.js';export {extractExamples} from './extractExamples.js';