imparse-0.0.0.3: Multi-platform parser analyzer and generator.

Safe HaskellNone

Text.Imparse

Description

Imparse Cross-platform and -language parser generator.

Text/Imparse.hs

Haskell implementation of the Imparse parser parser. Useful functions for the imparser parser generator.

Synopsis

Documentation

type HaskellModulePrefix = StringSource

The target of the output, as specified by the command-line arguments.

parseShow :: String -> IO ()Source

Take a file path in the form of a string, and try to parse the contents of the file into abstract syntax.

nothing :: IO ()Source

Take a file path in the form of a string, read it, and process it as specified by the command line.