Commit bd2152cd authored by Andrew Gibiansky's avatar Andrew Gibiansky

adding ghc parser

parent b04c7f62
This diff is collapsed.
#!/bin/sh
cpphs --linepragma --text HaskellParser.y.pp -OParser.y
happy Parser.y
rm Parser.y
mv Parser.hs IHaskell/GHC/HaskellParser.hs
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment