Skip to content
  • rtoy's avatar
    src/f2cl6.l: · 85ee0340
    rtoy authored
    o Skip over whitespace when parsing logical operations.  This is meant
      to handle things like "ZERO. AND . ONE", which Fortran says is the
      same as "ZERO .AND. ONE".
    
    val/tst-parse.f:
    o Test file for parsing logical operations with spaces.
    85ee0340