about summary refs log tree commit diff stats
path: root/subx/edit
Commit message (Collapse)AuthorAgeFilesLines
* 4971 - clean up a few scriptsKartik Agaram2019-02-151-2/+5
| | | | | | | | | | | | | Some of them are no longer useful; drop them. For the rest, have useful usage messages. And also be a little more principled in where we introduce CFLAGS, and where we expect it to come in from the commandline. I'm choosing not to call gen/run/dgen/drun from test_layers because it makes test_layers harder for newcomers to read. The scripts aren't the first thing people should see, they're just useful once you're up and running hacking on SubX.
* 4725 - back to porting the Crenshaw compilerKartik Agaram2018-10-261-1/+1
|
* 4568Kartik Agaram2018-09-211-2/+7
| | | | Get the 'edit' script working again with the 'EE' command in Vim.
* 4563Kartik Agaram2018-09-201-0/+15
|
* 4463Kartik Agaram2018-07-301-10/+0
| | | | | Also purge some unused helper scripts. Good ideas in theory, but no point if they didn't make it to muscle memory.
* 4462Kartik Agaram2018-07-301-6/+0
| | | | The teensy/ examples have outlived their usefulness, I think.
* 4355Kartik Agaram2018-07-161-0/+1
|
* 4323Kartik Agaram2018-07-071-2/+7
|
* 4315Kartik Agaram2018-07-061-1/+1
|
* 4313 - some helpers for managing test binariesKartik Agaram2018-07-061-0/+10
I'm getting sick of hitting the <Tab> key.
12' href='#n212'>212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334