From 3643e20406abf83d2a41d8d46dd5c66237ef1727 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 2 Jun 2015 12:59:29 +0000 Subject: copied examples/app to examples/slowApp; the new app is a bit scaled down but much faster --- examples/app/MkApp.hs | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'examples/app/MkApp.hs') diff --git a/examples/app/MkApp.hs b/examples/app/MkApp.hs index e53392feb..47d336064 100644 --- a/examples/app/MkApp.hs +++ b/examples/app/MkApp.hs @@ -1,9 +1,9 @@ -- update the import list of every language -- although possibly some extra definitions at the end --- the new files are produced in ./tmp/ +-- the new files are produced in ./tmp/ which has to be created first -- usage: runghc MkApp.hs -langs = words "Bul Cat Chi Dut Eng Fin Fre Ger Hin Ita Spa Swe" +langs = words "Bul Cat Chi Dut Eng Fin Fre Ger Hin Ita Jpn Spa Swe Tha" appCnc lang = "App" ++ lang ++ ".gf" appAbs = "App.gf" @@ -26,10 +26,6 @@ extraLines = -- [] -- default: no extra [ "", - "ComplV2V v np vp = mkVP v np vp ;", - "ComplV2A v np vp = mkVP v np vp ;", - "ComplV2Q v np vp = mkVP v np vp ;", - "ComplV2S v np vp = mkVP v np vp ;", - "ComplV3 v np vp = mkVP v np vp ;", + "ComplV2 v np = mkVP v np ;", "" ] \ No newline at end of file -- cgit v1.2.3