Skip to content
  • Brad King's avatar
    cmFortranParser: Parse #line directives · ba819f49
    Brad King authored
    Teach the lexer to extract the #line directive prefix and line number as
    a new token type.  Teach the parser to recognize this token followed by
    a string as the file name (plus possibly other content).  Report the
    named file as included by the source file.
    ba819f49