about summary refs log tree commit diff stats
path: root/mu.arc
Commit message (Expand)AuthorAgeFilesLines
...
* 373Kartik K. Agaram2014-11-281-6/+5
* 372 - size check for arraysKartik K. Agaram2014-11-281-2/+5
* 371 - bugfix: don't read destination when writing arrayKartik K. Agaram2014-11-281-3/+10
* 370 - unit tests for 'setm'Kartik K. Agaram2014-11-281-4/+7
* 369Kartik K. Agaram2014-11-281-4/+4
* 368 - replace 'sz' with our new 'sizeof'Kartik K. Agaram2014-11-281-21/+6
* 366 - reorg run's helpersKartik K. Agaram2014-11-281-142/+155
* 365 - new primitives let us generalize 'addr'Kartik K. Agaram2014-11-281-4/+5
* 364Kartik K. Agaram2014-11-281-16/+2
* 363Kartik K. Agaram2014-11-281-1/+14
* 362Kartik K. Agaram2014-11-281-0/+1
* 361 - *now* 'sizeof' on array pointersKartik K. Agaram2014-11-281-0/+4
* 360 - back up, let's create a new 'deref' helperKartik K. Agaram2014-11-281-0/+13
* 359 - 'sizeof' supports 'deref' pointersKartik K. Agaram2014-11-281-1/+6
* 358 - start of 'sizeof' support for arraysKartik K. Agaram2014-11-281-0/+4
* 356 - high time 'sizeof' supported operandsKartik K. Agaram2014-11-281-12/+14
* 354 - stepping back, test-driving 'addr' helper againKartik K. Agaram2014-11-281-1/+2
* 352 - 'interpolate' as a poor man's printfKartik K. Agaram2014-11-271-0/+73
* 351 - break/loop from nested blocksKartik K. Agaram2014-11-271-10/+14
* 350Kartik K. Agaram2014-11-271-9/+9
* 349 - jump to labelKartik K. Agaram2014-11-271-3/+28
* 348Kartik K. Agaram2014-11-271-2/+2
* 347 - allow 'arg' channel to be rewoundKartik K. Agaram2014-11-271-9/+9
* 345Kartik K. Agaram2014-11-271-20/+2
* 344 - about to give up on rewrite rulesKartik K. Agaram2014-11-271-5/+10
* 343 - experiment: rewrite rulesKartik K. Agaram2014-11-271-2/+17
* 342 - strcatKartik K. Agaram2014-11-271-1/+50
* 341 - standardize traces againKartik K. Agaram2014-11-271-0/+1
* 340Kartik K. Agaram2014-11-261-0/+1
* 339 - string literals for convenienceKartik K. Agaram2014-11-261-7/+19
* 338 - starting to work on string primitivesKartik K. Agaram2014-11-261-1/+1
* 337 - rename 'continue' instructions to 'loop'Kartik K. Agaram2014-11-261-10/+10
* 336Kartik K. Agaram2014-11-261-1/+0
* 335 - tangle at labels scoped to functionsKartik K. Agaram2014-11-261-5/+7
* 332 - example function with multiple clausesKartik K. Agaram2014-11-261-0/+2
* 325 - example program using channelsKartik K. Agaram2014-11-251-0/+1
* 323 - function clausesKartik K. Agaram2014-11-241-2/+6
* 321 - before/after can now come anywhereKartik K. Agaram2014-11-241-7/+9
* 320Kartik K. Agaram2014-11-241-1/+1
* 319 - ack, forgot to handle blocks when tanglingKartik K. Agaram2014-11-241-13/+22
* 318Kartik K. Agaram2014-11-241-0/+7
* 317Kartik K. Agaram2014-11-241-79/+83
* 315 - handle before/after uniformly like defKartik K. Agaram2014-11-241-16/+22
* 314 - better syntax for functionsKartik K. Agaram2014-11-241-3/+5
* 313 - tangling primitivesKartik K. Agaram2014-11-241-2/+33
* 312Kartik K. Agaram2014-11-241-7/+9
* 311Kartik K. Agaram2014-11-241-3/+3
* 306 - 'sleep' now watches for changes to a locationKartik K. Agaram2014-11-231-21/+8
* 305 - simplify wakeup to not require routine*Kartik K. Agaram2014-11-231-7/+2
* 304 - a unit test for a race conditionKartik K. Agaram2014-11-231-0/+6