about summary refs log tree commit diff stats
path: root/cpp/tangle/makefile
Commit message (Collapse)AuthorAgeFilesLines
* 1117 - redo entire tanglerKartik K. Agaram2015-04-211-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++ versionKartik K. Agaram2015-02-181-0/+23