{-# LANGUAGE RelaxedPolyRec #-} ----------------------------------------------------------------------------- -- | -- Module : Windll -- Copyright : (c) Tamar Christina 2009 - 2010 -- License : BSD3 -- -- Maintainer : tamar@zhox.com -- Stability : experimental -- Portability : portable -- -- Parsers for the preprocessor. Parses using Haskell-src-exts -- to the simple datatype in \WinDll.Structs.Structures\ -- These parsers are for the debug program -- ----------------------------------------------------------------------------- module WinDll.Parsers.Debug where