Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmFortranParser: Parse #line directives | Brad King | 2015-11-02 | 1 | -0/+26 |
| | | | | | | | 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. | ||||
* | cmFortranParser: Factor out of cmDependsFortran | Brad King | 2015-07-27 | 1 | -0/+408 |
Move the main parser class and method implementations out of cmDependsFortran.cxx and into separate source files. |