parser-c 0.3.0

Macros for parser-c.
Documentation
1
2
3
4
import System.Process (system)
import System.Exit (exitWith)

main = system "make -k -C tests clean all" >>= exitWith