Documentation and Construction back in Lang, via the inclusion of ../api in the paths of Lang and All files

This commit is contained in:
aarne
2013-12-16 11:51:15 +00:00
parent 45732fa9da
commit 990edc31cd
14 changed files with 28 additions and 27 deletions

View File

@@ -1,3 +1,3 @@
--# -path=.:../abstract:../common:prelude
--# -path=.:../abstract:../common:../api
concrete AllChi of AllChiAbs = LangChi, ExtraChi ;

View File

@@ -4,7 +4,7 @@
concrete LangChi of Lang =
GrammarChi,
LexiconChi
-- ,ConstructionChi
,ConstructionChi
** {
flags startcat = Phr ; unlexer = concat ; lexer = text ;