Files
gf-core/examples/attempto/AttemptoEng.gf
2010-11-10 17:01:12 +00:00

12 lines
278 B
Plaintext

--# -path=.:present
concrete AttemptoEng of Attempto = SymbolsC,NumeralEng ** AttemptoI - [which_RP] with
(Syntax = SyntaxEng),
(Symbolic = SymbolicEng),
(LexAttempto = LexAttemptoEng) ** open SyntaxEng, ExtraEng in {
lin which_RP = SyntaxEng.which_RP | that_RP ;
} ;