about summary refs log tree commit diff stats
path: root/subx/077slurp.subx
Commit message (Collapse)AuthorAgeFilesLines
* 5408Kartik Agaram2019-07-161-0/+161
Bugfix ten: type error in `convert`. I was calling `rewind-stream` on a `buffered-file`. examples/ex1 is now just one nibble off the canonical. I *have* found one missing feature in the self-hosted translator, though: dquotes doesn't support newlines in strings, even though the C++ version does. dquotes parses them right, but the value initialized in the data segment is wrong.
arser.h?id=8d77930eceba6841673605f7df5083657a0ecd28'>^
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
46
47
48
49
50