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 85d4212a91
commit 45732fa9da
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 ;
} ;