summaryrefslogtreecommitdiff
path: root/examples/attempto/AttemptoFre.gf
diff options
context:
space:
mode:
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) ;
+