UNPKG

parser-combinator

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