;;; flop.settings - 5/2000 uc@coli.uni-sb.de -*- Mode: TDL; -*- ;;; ;;; this file contains settings for FLOP ;;; ;;; syntax is roughly TDL, order of entries doesn't matter, case does ;;; load definitions shared with cheap include "shared". ;; list of files to load before everything else preload-files := "". ;; list of files to load after everything else postload-files := "pet/qc". ;;fullform-file := "pet/full". irregs-file := "irregs.tab". ;; to complete names from irregs.tab lex-rule-suffix := "". affixes-are-instances. ;; file that contains version information version-file := "Version.lsp". ;; this file is lexed according to TDL syntax, then the string following ;; `version_string' is taken as the version of the grammar version-string := "*grammar-version*". ;; name of type to put info about grammar into (if at all) grammar-info := grammar_info. ;; types to ignore for full expansion (specified by status values), typically ;; the lexicon dont-expand := lex-entry. ;; `pseudo' types outside the type hierarchy. these are ignored for ;; appropriateness, expansion etc. pseudo-types := $qc_unif_trad $qc_unif_set $qc_subs_trad $qc_subs_set $qc_unif_trad_pack $qc_unif_set_pack $qc_subs_trad_pack $qc_subs_set_pack.