Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-10-11 03:10:35 -0700 (Mon, 11 Oct 2004)
Revision: 626
Log message:

      I've merged the new_parser branch with the trunk. I am putting the result
      of the merge onto a new branch - "new_parser2" as there seems to be a few
      issues with it.
      

Changes  Path
+11 -9 libmojave-branches/new_parser2/util/lm_channel.ml
+1 -0 libmojave-branches/new_parser2/util/lm_channel.mli
+289 -221 libmojave-branches/new_parser2/util/lm_lexer.ml
+30 -1 libmojave-branches/new_parser2/util/lm_lexer.mli
+705 -320 libmojave-branches/new_parser2/util/lm_parser.ml
+26 -1 libmojave-branches/new_parser2/util/lm_parser.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-10-22 16:07:57 -0700 (Fri, 22 Oct 2004)
Revision: 643
Log message:

      A bit of standartization of debug variables:
      - the "debug_foo" variable should have debug_name set to "foo", not "debug_foo"
        (less typing on the command line this way)
      - debug_description should be the same for all the instances of the same variable
        and it should be sufficiently descriptive to be meaningful w/o knowing which
        file it came from (see http://metaprl.org/developer-guide/debugging.html)
      

Changes  Path
+1 -1 libmojave/stdlib/lm_thread.ml