about summary refs log tree commit diff stats
path: root/cpp/020run.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1238 - stop dying on run("")Kartik K. Agaram2015-05-021-0/+1
| | | | | | | | This makes our scenarios more flexible; we can now accept '+' and '-' trace lines in any order, because the tangler simply inserts a no-op run("") between them, and since we don't '===' clear the trace in between, later checks continue to apply to the trace from the first call to run().
* 1225Kartik K. Agaram2015-04-291-0/+1
| | | | Finally start tracing the actual instructions as they run.
* 1197Kartik K. Agaram2015-04-251-1/+0
|
* 1189 - add extensions to all layersKartik K. Agaram2015-04-241-0/+205
I'm sick of fighting vim's filetype detection. No modeline and files highlight in random colors. I add a modeline and it stops highlighting tangle comments. Even though it read my #$%# vimrc! Fuck this shite.