cryptol-2.3.0: Cryptol: The Language of Cryptography

Copyright(c) 2013-2016 Galois, Inc.
LicenseBSD3
Maintainercryptol@galois.com
Stabilityprovisional
Portabilityportable
Safe HaskellTrustworthy
LanguageHaskell98

Cryptol.Parser

Description

 

Documentation

data Layout Source

Constructors

Layout 
NoLayout 

data Config Source

Constructors

Config 

Fields

cfgSource :: !FilePath

File that we are working on

cfgLayout :: !Layout

Settings for layout processing

cfgPreProc :: PreProc

Preprocessor settings

cfgAutoInclude :: [FilePath]

Implicit includes

cfgModuleScope :: Bool

When we do layout processing should we add a vCurly (i.e., are we parsing a list of things).

data PreProc Source

Constructors

None 
Markdown 
LaTeX