===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
alex-3.2.5/README.md-52-
alex-3.2.5/README.md:53:which installs them into `${HOME}/.cabal/bin` by default (make sure
alex-3.2.5/README.md:54:they're in your `$PATH` for the next steps!).
alex-3.2.5/README.md-55-
##############################################
alex-3.2.5/alex.cabal-145-  main-is: test.hs
alex-3.2.5/alex.cabal:146:  -- This line is important as it ensures that the local `exe:alex` component declared above is built before the test-suite component is invoked, as well as making sure that `alex` is made available on $PATH and `$alex_datadir` is set accordingly before invoking `test.hs`
alex-3.2.5/alex.cabal-147-  build-tools: alex
##############################################
alex-3.2.5/data/AlexTemplate-ghc-60-{-# INLINE alexIndexInt16OffAddr #-}
alex-3.2.5/data/AlexTemplate-ghc:61:alexIndexInt16OffAddr (AlexA# arr) off =
alex-3.2.5/data/AlexTemplate-ghc-62-#ifdef WORDS_BIGENDIAN
##############################################
alex-3.2.5/data/AlexTemplate-ghc-77-{-# INLINE alexIndexInt32OffAddr #-}
alex-3.2.5/data/AlexTemplate-ghc:78:alexIndexInt32OffAddr (AlexA# arr) off =
alex-3.2.5/data/AlexTemplate-ghc-79-#ifdef WORDS_BIGENDIAN
##############################################
alex-3.2.5/data/AlexTemplate-ghc-debug-60-{-# INLINE alexIndexInt16OffAddr #-}
alex-3.2.5/data/AlexTemplate-ghc-debug:61:alexIndexInt16OffAddr (AlexA# arr) off =
alex-3.2.5/data/AlexTemplate-ghc-debug-62-#ifdef WORDS_BIGENDIAN
##############################################
alex-3.2.5/data/AlexTemplate-ghc-debug-77-{-# INLINE alexIndexInt32OffAddr #-}
alex-3.2.5/data/AlexTemplate-ghc-debug:78:alexIndexInt32OffAddr (AlexA# arr) off =
alex-3.2.5/data/AlexTemplate-ghc-debug-79-#ifdef WORDS_BIGENDIAN
##############################################
alex-3.2.5/data/AlexTemplate-ghc-nopred-60-{-# INLINE alexIndexInt16OffAddr #-}
alex-3.2.5/data/AlexTemplate-ghc-nopred:61:alexIndexInt16OffAddr (AlexA# arr) off =
alex-3.2.5/data/AlexTemplate-ghc-nopred-62-#ifdef WORDS_BIGENDIAN
##############################################
alex-3.2.5/data/AlexTemplate-ghc-nopred-77-{-# INLINE alexIndexInt32OffAddr #-}
alex-3.2.5/data/AlexTemplate-ghc-nopred:78:alexIndexInt32OffAddr (AlexA# arr) off =
alex-3.2.5/data/AlexTemplate-ghc-nopred-79-#ifdef WORDS_BIGENDIAN
##############################################
alex-3.2.5/src/Parser.hs-247-    token_strs_expected
alex-3.2.5/src/Parser.hs:248:  where token_strs = ["error","%dummy","%start_parse","alex","maybe_code","directives","directive","encoding","macdefs","macdef","scanner","tokendefs","tokendef","rule","rules","startcodes","startcodes0","startcode","rhs","context","left_ctx","right_ctx","rexp","alt","term","rep","rexp0","set","set0","sets","smac","'.'","';'","'<'","'>'","','","'$'","'|'","'*'","'+'","'?'","'{'","'}'","'('","')'","'#'","'~'","'-'","'['","']'","'^'","'/'","ZERO","STRING","BIND","ID","CODE","CHAR","SMAC","RMAC","SMAC_DEF","RMAC_DEF","WRAPPER","ENCODING","ACTIONTYPE","TOKENTYPE","TYPECLASS","%eof"]
alex-3.2.5/src/Parser.hs-249-        bit_start = st * 68
##############################################
alex-3.2.5/src/Parser.hs-1691-
alex-3.2.5/src/Parser.hs:1692:indexShortOffAddr (HappyA# arr) off =
alex-3.2.5/src/Parser.hs-1693-        Happy_GHC_Exts.narrow16Int# i
##############################################
alex-3.2.5/src/Scan.hs-526-{-# INLINE alexIndexInt16OffAddr #-}
alex-3.2.5/src/Scan.hs:527:alexIndexInt16OffAddr (AlexA# arr) off =
alex-3.2.5/src/Scan.hs-528-#ifdef WORDS_BIGENDIAN
##############################################
alex-3.2.5/src/Scan.hs-543-{-# INLINE alexIndexInt32OffAddr #-}
alex-3.2.5/src/Scan.hs:544:alexIndexInt32OffAddr (AlexA# arr) off =
alex-3.2.5/src/Scan.hs-545-#ifdef WORDS_BIGENDIAN
##############################################
alex-3.2.5/templates/GenericTemplate.hs-59-{-# INLINE alexIndexInt16OffAddr #-}
alex-3.2.5/templates/GenericTemplate.hs:60:alexIndexInt16OffAddr (AlexA# arr) off =
alex-3.2.5/templates/GenericTemplate.hs-61-ALEX_IF_BIGENDIAN
##############################################
alex-3.2.5/templates/GenericTemplate.hs-76-{-# INLINE alexIndexInt32OffAddr #-}
alex-3.2.5/templates/GenericTemplate.hs:77:alexIndexInt32OffAddr (AlexA# arr) off =
alex-3.2.5/templates/GenericTemplate.hs-78-ALEX_IF_BIGENDIAN
##############################################
alex-3.2.5/tests/Makefile-13-
alex-3.2.5/tests/Makefile:14:# NOTE: This assumes that a working `ghc` is on $PATH; this may not necessarily be the same GHC used by `cabal` for building `alex`.
alex-3.2.5/tests/Makefile-15-HC=ghc