mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 03:09:33 -06:00
The -path flags in the RGL modules compiled during 'cabal build' now refer directly to the needed source directories. References 'alltenses' and 'present' (and the nonexistent directory 'mathematical') have been removed. This allows the files to be compiled in any order (e.g. in parallel). In addition, you can do things like gf -retain lib/src/api/TrySwe.gf without compiling/installing any other RGL modules first, and without setting any other path flags or environment variables.
17 lines
290 B
Plaintext
17 lines
290 B
Plaintext
-- AllMlt.gf: common grammar plus language-dependent extensions
|
|
--
|
|
-- Maltese GF Resource Grammar
|
|
-- John J. Camilleri 2011 -- 2013
|
|
-- Licensed under LGPL
|
|
|
|
--# -path=.:../prelude:../abstract:../common
|
|
|
|
concrete AllMlt of AllMltAbs =
|
|
LangMlt,
|
|
DictMlt,
|
|
IrregMlt,
|
|
ExtraMlt
|
|
** {
|
|
|
|
} ;
|