Alan Zimmerman pushed to branch wip/az/ghc-cpp at Glasgow Haskell Compiler / GHC
Commits:
-
1ab1024d
by Alan Zimmerman at 2025-10-12T17:50:15+01:00
-
81d86cf9
by Alan Zimmerman at 2025-10-12T18:44:27+01:00
-
ac6bbca6
by Alan Zimmerman at 2025-10-12T19:47:48+01:00
37 changed files:
- compiler/GHC/Parser/Header.hs
- compiler/GHC/Parser/Lexer.x
- compiler/GHC/Parser/PreProcess.hs
- − compiler/GHC/Parser/PreProcess/Eval.hs
- compiler/GHC/Parser/PreProcess/Macro.hs
- compiler/GHC/Parser/PreProcess/ParsePP.hs
- compiler/GHC/Parser/PreProcess/State.hs
- compiler/ghc.cabal.in
- testsuite/tests/count-deps/CountDepsParser.stdout
- − utils/check-cpp/.ghci
- − utils/check-cpp/.gitignore
- − utils/check-cpp/Eval.hs
- − utils/check-cpp/Example1.hs
- − utils/check-cpp/Example10.hs
- − utils/check-cpp/Example11.hs
- − utils/check-cpp/Example12.hs
- − utils/check-cpp/Example13.hs
- − utils/check-cpp/Example2.hs
- − utils/check-cpp/Example3.hs
- − utils/check-cpp/Example4.hs
- − utils/check-cpp/Example5.hs
- − utils/check-cpp/Example6.hs
- − utils/check-cpp/Example7.hs
- − utils/check-cpp/Example8.hs
- − utils/check-cpp/Example9.hs
- − utils/check-cpp/Lexer.x
- − utils/check-cpp/Macro.hs
- − utils/check-cpp/Main.hs
- − utils/check-cpp/ParsePP.hs
- − utils/check-cpp/ParseSimulate.hs
- − utils/check-cpp/Parser.hs
- − utils/check-cpp/Parser.y
- − utils/check-cpp/ParserM.hs
- − utils/check-cpp/PreProcess.hs
- − utils/check-cpp/README.md
- − utils/check-cpp/State.hs
- − utils/check-cpp/run.sh