===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
bnfc-2.8.3/dist/build/unit-tests/unit-tests-tmp/LexBNF.hs-342-{-# INLINE alexIndexInt16OffAddr #-}
bnfc-2.8.3/dist/build/unit-tests/unit-tests-tmp/LexBNF.hs:343:alexIndexInt16OffAddr (AlexA# arr) off =
bnfc-2.8.3/dist/build/unit-tests/unit-tests-tmp/LexBNF.hs-344-#ifdef WORDS_BIGENDIAN
##############################################
bnfc-2.8.3/dist/build/unit-tests/unit-tests-tmp/LexBNF.hs-359-{-# INLINE alexIndexInt32OffAddr #-}
bnfc-2.8.3/dist/build/unit-tests/unit-tests-tmp/LexBNF.hs:360:alexIndexInt32OffAddr (AlexA# arr) off =
bnfc-2.8.3/dist/build/unit-tests/unit-tests-tmp/LexBNF.hs-361-#ifdef WORDS_BIGENDIAN
##############################################
bnfc-2.8.3/dist/build/unit-tests/unit-tests-tmp/ParBNF.hs-2262-
bnfc-2.8.3/dist/build/unit-tests/unit-tests-tmp/ParBNF.hs:2263:indexShortOffAddr (HappyA# arr) off =
bnfc-2.8.3/dist/build/unit-tests/unit-tests-tmp/ParBNF.hs-2264-        Happy_GHC_Exts.narrow16Int# i
##############################################
bnfc-2.8.3/dist/build/bnfc/bnfc-tmp/LexBNF.hs-342-{-# INLINE alexIndexInt16OffAddr #-}
bnfc-2.8.3/dist/build/bnfc/bnfc-tmp/LexBNF.hs:343:alexIndexInt16OffAddr (AlexA# arr) off =
bnfc-2.8.3/dist/build/bnfc/bnfc-tmp/LexBNF.hs-344-#ifdef WORDS_BIGENDIAN
##############################################
bnfc-2.8.3/dist/build/bnfc/bnfc-tmp/LexBNF.hs-359-{-# INLINE alexIndexInt32OffAddr #-}
bnfc-2.8.3/dist/build/bnfc/bnfc-tmp/LexBNF.hs:360:alexIndexInt32OffAddr (AlexA# arr) off =
bnfc-2.8.3/dist/build/bnfc/bnfc-tmp/LexBNF.hs-361-#ifdef WORDS_BIGENDIAN
##############################################
bnfc-2.8.3/dist/build/bnfc/bnfc-tmp/ParBNF.hs-2262-
bnfc-2.8.3/dist/build/bnfc/bnfc-tmp/ParBNF.hs:2263:indexShortOffAddr (HappyA# arr) off =
bnfc-2.8.3/dist/build/bnfc/bnfc-tmp/ParBNF.hs-2264-        Happy_GHC_Exts.narrow16Int# i
##############################################
bnfc-2.8.3/src/BNFC/ToCNFCore.hs-104-toBin cf = (a,w)
bnfc-2.8.3/src/BNFC/ToCNFCore.hs:105:  where (a,_,w) = runRWS (concat <$> forM cf toBinRul) () 0
bnfc-2.8.3/src/BNFC/ToCNFCore.hs-106-
##############################################
bnfc-2.8.3/src/BNFC/Backend/Base.hs-65--- and sub-directories will be created as needed (ex: if the files contains a
bnfc-2.8.3/src/BNFC/Backend/Base.hs:66:-- a/b/file.txt, `writeFiles` will create the directories `$ROOT/a` and
bnfc-2.8.3/src/BNFC/Backend/Base.hs:67:-- `$ROOT/a/b`)
bnfc-2.8.3/src/BNFC/Backend/Base.hs-68-writeFiles :: FilePath -> MkFiles () -> IO ()
##############################################
bnfc-2.8.3/src/BNFC/Backend/Latex.hs-236-prt = concatMap escape
bnfc-2.8.3/src/BNFC/Backend/Latex.hs:237:  where escape '\\'                               = "$\\backslash$"
bnfc-2.8.3/src/BNFC/Backend/Latex.hs-238-        escape '~'                                = "\\~{}"
##############################################
bnfc-2.8.3/src/BNFC/Backend/Java/CFtoAntlr4Parser.hs-134-                          _         -> (+.+) n' (if isTokenCat c then gettext else "result")
bnfc-2.8.3/src/BNFC/Backend/Java/CFtoAntlr4Parser.hs:135:                          where n' = '$':n
bnfc-2.8.3/src/BNFC/Backend/Java/CFtoAntlr4Parser.hs-136-
##############################################
bnfc-2.8.3/src/BNFC/Backend/Haskell/CFtoHappy.hs-286-  own       -> "L_" ++ own ++ " { PT _ (T_" ++ own ++ " " ++ posn ++ ") }"
bnfc-2.8.3/src/BNFC/Backend/Haskell/CFtoHappy.hs:287:    where posn = if isPositionCat cf own then "_" else "$$"
bnfc-2.8.3/src/BNFC/Backend/Haskell/CFtoHappy.hs-288-
##############################################
bnfc-2.8.3/src/BNFC/Backend/HaskellProfile/CFtoHappyProfile.hs-194-  own       -> "L_" ++ own ++ " { PT _ (T_" ++ own ++ " " ++ posn ++ ") }"
bnfc-2.8.3/src/BNFC/Backend/HaskellProfile/CFtoHappyProfile.hs:195:    where posn = if isPositionCat cf own then "_" else "$$"
bnfc-2.8.3/src/BNFC/Backend/HaskellProfile/CFtoHappyProfile.hs-196-