Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1117 - redo entire tangler | Kartik K. Agaram | 2015-04-21 | 1 | -1/+1 |
| | | | | | | | | | | Instead of adding a third-level hack for the new bug (failing test) with multiple directives, I'm giving up on deducing #line directives directly. Instead I'm going to maintain the file and line for every single line as I read it, and then emit directives on their basis as a post-processing step. This way tangling itself can remain oblivious to line numbers, even if we're passing objects around rather than naked strings. | ||||
* | 782 - promote literate version to canonical C++ version | Kartik K. Agaram | 2015-02-18 | 1 | -0/+23 |