Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-14 13:02:57 -0800 (Mon, 14 Mar 2005)
Revision: 809
Log message:

      Separated grammar files from the rest.  This is cleaner, and it
      reduces the cost of compiling grammar files.
      
      Note, the way I have done it, there is a single file Mmc_core_grammar
      that includes all the grammars for the core.  Each non-grammar file
      in the core extends Mmc_core_grammar, so there is a single shared
      namespace.
      
      The filter is still slow.
      

Changes  Path
+1 -1 libmojave/util/lm_lexer.ml