'use strict'; module.exports = { Lexer: require('./Lexer'), grammar: require('./grammar') };