Skip to content

Commit

Permalink
Expose parser
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysu committed Jan 10, 2016
1 parent a9c0db7 commit 22811c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const lexer = require('src/lexer.js');
const parser = require('src/parser.js');

exports.lexer = lexer;
exports.parser = parser;

0 comments on commit 22811c3

Please sign in to comment.