variants compilation

This commit is contained in:
aarne
2005-11-01 14:39:12 +00:00
parent 27c65e985d
commit a6cd4c131b
4 changed files with 20 additions and 15 deletions

View File

@@ -1,6 +1,9 @@
-- use this path to read the grammar from the same directory
--# -path=.:../../lib/resource-0.6/abstract:../prelude:../../lib/resource-0.6/english
concrete HealthEng of Health = open PredicationEng, ResourceEng, ResourceExtEng, Prelude, Predef, SyntaxEng, ExtraEng, ParadigmsEng in {
concrete HealthEng of Health = open PredicationEng,
StructuralEng,
--ResourceEng,
ResourceExtEng, Prelude, Predef, SyntaxEng, ExtraEng, ParadigmsEng in {
flags
startcat=Phr ; lexer=text ; parser=chart ; unlexer=text ;