UNPKG

parser-combinator

Version:
18 lines (15 loc) 311 B
/* * Parsec * https://github.com/d-plaindoux/parsec * * Copyright (c) 2016 Didier Plaindoux * Licensed under the LGPL2 license. */ import genlex from './genlex'; import token from './token'; import tokenizer from './tokenizer'; export default { genlex, token, tokenizer, };