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

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

TOML.Tokens

Description

This module provides the token type used in the lexer and parser and provides the extra pass to insert layout tokens.

Synopsis

Documentation

data LexerError Source #

Errors possible in the course of lexing

Constructors

UntermString

unterminated string literal

BadEscape

invalid escape sequence

NoMatch Char

no matching lexer rule