summaryrefslogtreecommitdiff
path: root/examples/attempto/AttemptoEng.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-11-10 17:01:12 +0000
committeraarne <aarne@chalmers.se>2010-11-10 17:01:12 +0000
commitbad36015d23f125ce2d3f1faedd5047aedb6c398 (patch)
treecf2219e86d5a6d65b091ca26787e136f03510f20 /examples/attempto/AttemptoEng.gf
parent41df4e00ff7423100ac3d3f64753af1be652767f (diff)
lib/amharic by Markos Kassa Gobena
Diffstat (limited to 'examples/attempto/AttemptoEng.gf')
-rw-r--r--examples/attempto/AttemptoEng.gf8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/attempto/AttemptoEng.gf b/examples/attempto/AttemptoEng.gf
index 5e13b3aab..80ccf64fb 100644
--- a/examples/attempto/AttemptoEng.gf
+++ b/examples/attempto/AttemptoEng.gf
@@ -1,7 +1,11 @@
--# -path=.:present
-concrete AttemptoEng of Attempto = SymbolsC,NumeralEng ** AttemptoI with
+concrete AttemptoEng of Attempto = SymbolsC,NumeralEng ** AttemptoI - [which_RP] with
(Syntax = SyntaxEng),
(Symbolic = SymbolicEng),
- (LexAttempto = LexAttemptoEng) ;
+ (LexAttempto = LexAttemptoEng) ** open SyntaxEng, ExtraEng in {
+
+lin which_RP = SyntaxEng.which_RP | that_RP ;
+
+} ;