1
0
forked from GitHub/gf-core

variants compilation

This commit is contained in:
aarne
2005-11-01 14:39:12 +00:00
parent 36839cba86
commit 7f5b7eb623
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 ;