about summary refs log tree commit diff stats
path: root/cpp/tangle/030tangle.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1220 - permit mu comments in tangle scenariosKartik K. Agaram2015-04-291-15/+24
|
* 1219Kartik K. Agaram2015-04-291-47/+25
|
* 1217 - string literals weren't handling later commentsKartik K. Agaram2015-04-281-1/+14
|
* 1185 - inline C++ in scenariosKartik K. Agaram2015-04-241-6/+3
|
* 1121Kartik K. Agaram2015-04-221-0/+4
|
* 1120Kartik K. Agaram2015-04-221-8/+6
|
* 1117 - redo entire tanglerKartik K. Agaram2015-04-211-148/+178
| | | | | | | | | | 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.
* 1110 - 'scenarios' directive applies only to current fileKartik K. Agaram2015-04-201-2/+3
|
* 1102Kartik K. Agaram2015-04-191-0/+9
|
* 1082Kartik K. Agaram2015-04-171-9/+3
| | | | | Turns out I'm only able to define a 'raise' macro because I have include no system headers after that point.
* 1078 - better line numbersKartik K. Agaram2015-04-171-0/+8
| | | | Skip tangle comments inside tangle rather than in the makefile.
* 1068 - better line numbersKartik K. Agaram2015-04-151-8/+53
| | | | | Line numbers were broken after inserting some lines from elsewhere. Now we add a #line directive not just before the lines but also after.
* 1064 - rough support for correct line numbers in error messagesKartik K. Agaram2015-04-141-0/+17
|
* 1016Kartik K. Agaram2015-04-041-0/+8
|
* 1015Kartik K. Agaram2015-04-041-21/+1
|
* 1014 - reorganize build system to prepare for .mu layersKartik K. Agaram2015-04-031-26/+3
|
* 913Kartik K. Agaram2015-03-141-47/+31
|
* 912 - tangle: another directive 'following' for nested patternsKartik K. Agaram2015-03-141-6/+32
|
* 908 - tangle: support nested patternsKartik K. Agaram2015-03-141-0/+20
|
* 786 - allow dumping traces for debuggingKartik K. Agaram2015-02-191-0/+4
|
* 784 - persist traces in literate versionKartik K. Agaram2015-02-191-1/+1
|
* 782 - promote literate version to canonical C++ versionKartik K. Agaram2015-02-181-0/+355