Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1117 - redo entire tangler | Kartik K. Agaram | 2015-04-21 | 1 | -1/+3 |
| | | | | | | | | | | 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. | ||||
* | 1082 | Kartik K. Agaram | 2015-04-17 | 1 | -2/+2 |
| | | | | | Turns out I'm only able to define a 'raise' macro because I have include no system headers after that point. | ||||
* | 782 - promote literate version to canonical C++ version | Kartik K. Agaram | 2015-02-18 | 1 | -0/+338 |