diff options
| author | bjorn <bjorn@bringert.net> | 2008-08-15 20:21:12 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-08-15 20:21:12 +0000 |
| commit | 137133b742f38c76d2354047ecc9d4af88826d42 (patch) | |
| tree | 40b29781c11c6c9effd89c08ce7d6501a1bdedd0 /examples/peacekeeping/Peace.gf | |
| parent | 66c927937ad8ba4055a30c87c4455186535804dd (diff) | |
Added peacekeeping example back in. Doesn't compile yet.
Diffstat (limited to 'examples/peacekeeping/Peace.gf')
| -rw-r--r-- | examples/peacekeeping/Peace.gf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/peacekeeping/Peace.gf b/examples/peacekeeping/Peace.gf new file mode 100644 index 000000000..f7514ac8b --- /dev/null +++ b/examples/peacekeeping/Peace.gf @@ -0,0 +1,4 @@ +abstract Peace = + PeaceSyntax, PeaceLexCommon, + PeaceLexExt, PeacePhrases + ** {}
\ No newline at end of file |
