summaryrefslogtreecommitdiff
path: root/examples/attempto/AttemptoEng.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-09-29 07:16:33 +0000
committeraarne <aarne@chalmers.se>2010-09-29 07:16:33 +0000
commitfe15579b31ae531437dfcb9f692ae8c8dbb7dcb6 (patch)
treef2fe1f4131242f0e8e87a079269933c33c9231af /examples/attempto/AttemptoEng.gf
parent8fa5a507283c6d4bb12911202f551faa506c68aa (diff)
extended Attempto with some constructs
Diffstat (limited to 'examples/attempto/AttemptoEng.gf')
-rw-r--r--examples/attempto/AttemptoEng.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/attempto/AttemptoEng.gf b/examples/attempto/AttemptoEng.gf
index 19f3654f8..5e13b3aab 100644
--- a/examples/attempto/AttemptoEng.gf
+++ b/examples/attempto/AttemptoEng.gf
@@ -1,6 +1,6 @@
--# -path=.:present
-concrete AttemptoEng of Attempto = SymbolsC ** AttemptoI with
+concrete AttemptoEng of Attempto = SymbolsC,NumeralEng ** AttemptoI with
(Syntax = SyntaxEng),
(Symbolic = SymbolicEng),
(LexAttempto = LexAttemptoEng) ;