mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 18:59:32 -06:00
added abstract to paths in Parse* to make them find Constructions and Documentation
This commit is contained in:
@@ -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 ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user