jaspervdj / indents

Simple indentation sensitive parser-combinators for parsec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

indents

This library provides functions for use in parsing indentation sensitive contexts. It parses blocks of lines all indented to the same level as well as lines continued at an indented level below.

About

Simple indentation sensitive parser-combinators for parsec

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%