1
0
forked from GitHub/gf-core

Add a tool to generate test cases for GF grammars

This commit is contained in:
Inari Listenmaa
2018-04-06 16:32:58 +02:00
parent 99db3945c1
commit b9d0012f6b
8 changed files with 2340 additions and 0 deletions

View File

@@ -10,3 +10,22 @@ Executable gfdoc
Executable htmls
main-is: Htmls.hs
build-depends: base
library
hs-source-dirs: gftest
exposed-modules: Grammar
other-modules: Mu, Graph, FMap, EqRel
build-depends: base
, containers
, pgf2
executable gftest
hs-source-dirs: gftest
main-is: Main.hs
build-depends: base
, pgf2
, cmdargs
, containers
, filepath
, gf-tools