(lkb-load-lisp (this-directory) "globals.lsp")
(lkb-load-lisp (this-directory) "user-fns.lsp")
(load-lkb-preferences (this-directory) "user-prefs.lsp")
(read-tdl-type-files-aux
     (list (lkb-pathname (this-directory) "types.tdl")))
(read-tdl-lex-file-aux 
     (lkb-pathname (this-directory) "lexicon.tdl"))

(batch-check-lexicon)

(read-tdl-grammar-file-aux 
     (lkb-pathname (this-directory) "rules.tdl"))
(read-tdl-start-file-aux 
     (lkb-pathname (this-directory) "start.tdl"))
(read-tdl-parse-node-file-aux 
     (lkb-pathname (this-directory) "parse-nodes.tdl"))