literatex-0.3.0.0: transform literate source code to Markdown
CopyrightCopyright (c) 2021-2023 Travis Cardwell
LicenseMIT
Safe HaskellSafe-Inferred
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