literatex-0.1.0.2: transform literate source code to Markdown
CopyrightCopyright (c) 2021 Travis Cardwell
LicenseMIT
Safe HaskellNone
LanguageHaskell2010

LiterateX.Parser

Contents

Description

This module implements the source parser.

Synopsis

API

parse :: Monad m => SourceFormat -> ConduitT Text SourceLine m () Source #

Create a Conduit transformer that parses the specified source format

The transformer consumes lines of the input and produces a SourceLine for each line of input.

Since: 0.0.1.0