Skip to main content
Module

x/ohm_js/extras/index.js

A library and language for building parsers, interpreters, compilers, etc.
Go to Latest
File
'use strict';
module.exports = { VisitorFamily: require('./VisitorFamily'), semanticsForToAST: require('./semantics-toAST').semantics, toAST: require('./semantics-toAST').helper,};