about summary refs log tree commit diff stats
path: root/cpp/001test
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-21 15:11:09 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-21 16:26:57 -0700
commitc08e91ff5f7f55cda630ad000fdeadd8ba302cb0 (patch)
tree7afc69cccb8f4d5919d6040a0f740a47ad1b9a01 /cpp/001test
parentd9cd13ad40db3f7cdf5dbb8c55af7b5aafc9c32f (diff)
downloadmu-c08e91ff5f7f55cda630ad000fdeadd8ba302cb0.tar.gz
1117 - redo entire tangler
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.
Diffstat (limited to 'cpp/001test')
0 files changed, 0 insertions, 0 deletions
p;id=4dcdf6a3cd8193e51e0cfb12cbeaaa8abdaa6f00'>^
48ef8ba ^

842bc90 ^

4f40650 ^
532c060 ^



4dcdf6a ^


















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45