Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2007-08-20 16:08:35 -0700 (Mon, 20 Aug 2007)
Revision: 11976
Log message:

      Gobble whitespace eagerly at <eol>, so, for example, trailing comments
     work as expected.
     
        X = abc   # 123
        equal($X, abc)  # this is now true
     
     Note, eol whitespace is still significant within strings.
     
     See <46CA1340.1000609@hrl.com> on omake@metaprl.org,
     
     and also test/simple/Test9.

Changes  Path(relative to omake-branches/0.9.8.x)
+16 -14 src/env/omake_ast_lex.mll
Added test/simple/Test9