1
0
forked from GitHub/gf-rgl

added abstract to paths in Parse* to make them find Constructions and Documentation

This commit is contained in:
aarne
2013-12-15 22:06:13 +00:00
parent 935a30db90
commit 118be922fb
7 changed files with 17 additions and 13 deletions

View File

@@ -8,8 +8,8 @@
abstract Lang =
Grammar,
Lexicon
,Construction --- can be compiled here, but not in concretes, as they call Syntax and Grammar
,Documentation
-- ,Construction --- could be compiled here, but not in concretes, as they call Syntax and Grammar
-- ,Documentation
** {
flags startcat=Phr ;
} ;