summaryrefslogtreecommitdiff
path: root/examples/graftals/Graftal.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graftals/Graftal.gf')
-rw-r--r--examples/graftals/Graftal.gf15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/graftals/Graftal.gf b/examples/graftals/Graftal.gf
deleted file mode 100644
index a182d3ebd..000000000
--- a/examples/graftals/Graftal.gf
+++ /dev/null
@@ -1,15 +0,0 @@
--- (c) Krasimir Angelov
---
--- The L-System is a grammar formalism which is used to describe
--- graftals (recursive graphical objects). It is interesting
--- coincidence that every L-System grammar could be redefined
--- as PMCFG grammar. This demo shows how to generate graftals
--- using GF. The output from every concrete syntax is in postscript
--- format.
-
-abstract Graftal = {
-cat N; S;
-fun z : N ;
- s : N -> N ;
- c : N -> S ;
-} \ No newline at end of file