cvs commit: hugs98/src input.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Fri, 1 Mar 2002 10:49:47 -0800


sof         2002/03/01 10:49:47 PST

  Modified files:
    src                  input.c 
  Log:
  Implement H98's 'empty nested contexts' layout rule, i.e., input
  like
  
  x = 2 where
  
  y = 3
  
  is now handled correctly (y will not be sucked into x's "where").
  
  Revision  Changes    Path
  1.37      +24 -4     hugs98/src/input.c