toml-parser-0.1.0.0: Parser for the TOML configuration language

Copyright(c) Eric Mertens 2017
LicenseISC
Maintaineremertens@gmail.com
Safe HaskellTrustworthy
LanguageHaskell2010

TOML.Parser

Description

Parser for TOML generated by Happy.

Synopsis

Documentation

parseComponents Source #

Arguments

:: [Located Token]

layout annotated token stream

-> Either TOMLError [Component]

token at failure or result

Attempt to parse a layout annotated token stream or the token that caused the parse to fail.