Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2007-11-01 19:27:41 -0700 (Thu, 01 Nov 2007)
Revision: 12497
Log message:

      Switched from
     
        program-syntax
     
     to
     
        .LANGUAGE: <mode>
     
     where <mode> is either "program", or "make".
     
     There are no minor modes -- I'm not sure why we would need them...

Changes  Path(relative to omake-branches/0.9.8.x)
+1 -1 src/Makefile
+1 -1 src/Makefile.nt
+22 -6 src/env/omake_exp_lex.ml
+0 -1 src/ir/omake_symbol.ml
+1 -1 test/syntax/Test1
+1 -1 test/syntax/Test2
+1 -1 test/syntax/Test3