UNPKG

mercury-lang

Version:

Parser for the mercury live coding language

12 lines (10 loc) 421 B
// =================================================================== // Mercury grammar, lexer and parser // // written by Timo Hoogland (c) 2020, www.timohoogland.com // The GNU GPL-v3 License // =================================================================== // require the parser function const Mercury = require('./src/mercuryParser.js').mercuryParser; // export the parser function module.exports = Mercury;