mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-25 02:46:27 -06:00
ba10b5b0ca
This speeds up the compilation of PhrasebookFin.pgf by 12%, mosly by speeding up calls to lookupModule in calls from lookupParamValues, in calls from allParamValues. The invariant "modules are stored in dependency order" is no longer respected! But the type MGrammar is now abstract, making it easier to maintain this or other invariants in the future.