repl:
	cabal repl
t/repl:
	cabal repl --enable-tests symantic-parser-test

t:
	cabal test --test-show-details always --test-options "--color always --size-cutoff 100000"
t/prof:
	cabal test --enable-profiling --enable-library-coverage --enable-coverage --test-show-details always
t/accept:
	cabal test --test-show-details always --test-options "--accept --color always --size-cutoff 100000"

doc:
	cabal haddock --haddock-css ocean --haddock-hyperlink-source