summaryrefslogtreecommitdiff
path: root/examples/attempto/AttemptoFre.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-10-28 15:33:02 +0000
committeraarne <aarne@cs.chalmers.se>2008-10-28 15:33:02 +0000
commit48dc5208b51464f3f253caf79953b3c322c7a181 (patch)
treecfe0adbd8ee2a181e590e5ac032f01f1fa757a02 /examples/attempto/AttemptoFre.gf
parent833752872b675a911954f218d225d21cd5b90088 (diff)
Attempto in French ; not correct for mode in "il n'est pas possible que..." etc
Diffstat (limited to 'examples/attempto/AttemptoFre.gf')
-rw-r--r--examples/attempto/AttemptoFre.gf7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/attempto/AttemptoFre.gf b/examples/attempto/AttemptoFre.gf
new file mode 100644
index 000000000..f0665616f
--- /dev/null
+++ b/examples/attempto/AttemptoFre.gf
@@ -0,0 +1,7 @@
+--# -path=.:/Users/aarne/GF/next-lib/present
+
+concrete AttemptoFre of Attempto = AttemptoI with
+ (Syntax = SyntaxFre),
+ (Symbolic = SymbolicFre),
+ (LexAttempto = LexAttemptoFre) ;
+