From f5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Mon, 16 Sep 2013 07:17:27 +0000 Subject: Remove contribs and examples Everything has now been moved to a separate repository at https://github.com/GrammaticalFramework/gf-contrib The contents of the examples folder are build during SetupWeb --- examples/graftals/Koch.gf | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 examples/graftals/Koch.gf (limited to 'examples/graftals/Koch.gf') diff --git a/examples/graftals/Koch.gf b/examples/graftals/Koch.gf deleted file mode 100644 index bbfda8c0d..000000000 --- a/examples/graftals/Koch.gf +++ /dev/null @@ -1,12 +0,0 @@ -concrete Koch of Graftal = { -lincat N = {f : Str} ; -lincat S = {s : Str} ; - -lin z = {f = F} ; -lin s x = {f = x.f ++ L ++ x.f ++ R ++ x.f ++ R ++ x.f ++ L ++ x.f} ; -lin c x = {s = "newpath 10 550 moveto" ++ x.f ++ "stroke showpage"} ; - -oper F : Str = "2 0 rlineto" ; -oper L : Str = "+90 rotate" ; -oper R : Str = "-90 rotate" ; -} \ No newline at end of file -- cgit v1.2.3