1
0
forked from GitHub/gf-rgl

mp3 example

This commit is contained in:
aarne
2005-12-14 16:28:57 +00:00
parent c87d4bc231
commit 1d0c409e32
5 changed files with 6 additions and 6 deletions

View File

@@ -634,10 +634,10 @@ s ; s2 = [] ; isAux = False} ;
(try.s ! InfImp ++ try.s1) ; -- ... try
in
{s = \\b,v => if_then_Str b
(try.s ! v ++ try.s1 ++ to ++ run.s ! True ! InfImp)
(try.s ! v ++ try.s1)
(dont ! v) ;
s2 = \\b,v => if_then_Str b
(run.s2 ! True ! v)
(to ++ run.s ! True ! InfImp ++ run.s2 ! True ! v)
(trnot ++ run.s ! True ! InfImp ++ run.s2 ! True ! v) ;
isAuxT = taux ;
isAuxF = True

View File

@@ -2,7 +2,7 @@
concrete TestResourceEng of TestResource = StructuralEng ** open SyntaxEng, ParadigmsEng in {
flags startcat=Phr ; lexer=textlit ; parser=chart ; unlexer=text ;
flags startcat=Phr ; lexer=textlit ; unlexer=text ;
-- a random sample from the lexicon