Library Structure

Below is the dependency graph showing the module hierarchy. Note that it shows also the testing modules which are not included in the published package. You can jump to a module by clicking it in the diagram.

Exports

Parzec library consists of following modules. All of them are exported outside the library.

export * from './ref'
export * from './error'
export * from './input'
export * from './result'
export * from './error'
export * from './lexer'
export * from './parser'
export * from './arrayparsers'
export * from './utils'