about summary refs log tree commit diff stats
path: root/html/subx/051test.subx.html
Commit message (Collapse)AuthorAgeFilesLines
* 4891Kartik Agaram2018-12-301-0/+1
| | | | | | | | | | | Couple more tweaks to html rendering: a) SubX definitions no longer link redundantly to themselves. This long-standing issue turns out to be tractable to solve for SubX files since the syntax is so simple. b) Fix links to SubX definitions in other directories. I forgot that I have to always generate tags from the directory of the file being linkified. c) Fix link colors. Before we lost all syntax highlighting for functions and Globals. Now they maintain their colors, just add an underline.
* 4890 - new html renderingsKartik Agaram2018-12-291-34/+29
| | | | | | | a) Switch to a light background. b) Linkify calls in .subx files. c) Keep all colorization in the Vim colorscheme, get rid of hacky special-cases in update_html.
* 4880Kartik Agaram2018-12-281-2/+2
|
* 4847Kartik Agaram2018-12-061-1/+1
|
* 4846Kartik Agaram2018-12-061-60/+62
| | | | | | | | | | | | | | Clean up a few things: a) Call scan-next-byte in hex.subx with the right number of args. Turns out tests continue to work fine if they never use the other args. b) Tear down a test for 'stop' in the right order. Not important since we have no EBP to restore. But can still be misleading. c) Have 'check-ints-equal' return nothing. Handy for it to not mess up EAX. I never use the result anyway, and the name also is imperative suggesting callers won't expect a return value.
* 4816Kartik Agaram2018-12-021-3/+4
|
* 4814Kartik Agaram2018-12-011-0/+1
|
* 4811Kartik Agaram2018-11-301-2/+2
|
* 4809 - subx: html with 5 colors for commentsKartik Agaram2018-11-301-87/+95
|
* 4796Kartik Agaram2018-11-301-47/+46
|
* 4782Kartik Agaram2018-11-261-82/+83
|
* 4734Kartik Agaram2018-10-281-42/+41
|
* 4722Kartik Agaram2018-10-241-3/+3
|
* 4709Kartik Agaram2018-10-171-64/+86
|
* 4649Kartik Agaram2018-10-021-0/+124
a id='n31' href='#n31'>31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169