about summary refs log tree commit diff stats
path: root/subx/apps
Commit message (Expand)AuthorAgeFilesLines
* 5213Kartik Agaram2019-05-201-1/+1
* 5212Kartik Agaram2019-05-201-1/+1
* Merge branch 'dquotes-3'Kartik Agaram2019-05-202-181/+830
|\
| * clean up a redundant primitiveKartik Agaram2019-05-202-84/+4
| * .Kartik Agaram2019-05-202-6/+6
| * dquotes now doneKartik Agaram2019-05-202-41/+162
| * standardize the loop in skip-string-in-sliceKartik Agaram2019-05-202-5/+8
| * support string literals in emit-string-literal-dataKartik Agaram2019-05-202-11/+19
| * support string literals in emit-metadataKartik Agaram2019-05-202-10/+31
| * move local variable up following conventionsKartik Agaram2019-05-192-6/+11
| * convention: source arg in ESIKartik Agaram2019-05-192-8/+15
| * handle words with just metadataKartik Agaram2019-05-192-3/+66
| * minor style tweaks for emit-metadataKartik Agaram2019-05-192-40/+27
| * minor style cleanupKartik Agaram2019-05-181-20/+7
| * skip-string: fix a bug in computing in->readKartik Agaram2019-05-182-4/+48
| * minor style cleanupKartik Agaram2019-05-182-34/+17
| * add a bounds checkKartik Agaram2019-05-182-1/+38
| * implement skip-string-in-slice and reimplement skip-string in terms of skip-s...nc2019-05-181-37/+75
| * implemented skip-stringnc2019-05-181-0/+51
| * another failing testKartik Agaram2019-05-172-0/+90
| * dquotes: failing tests for parsing string literalsKartik Agaram2019-05-162-0/+284
* | 5189Kartik Agaram2019-05-187-0/+0
* | support the new segment syntax in assort.subxKartik Agaram2019-05-172-51/+35
* | another phase that supports the new segment syntaxKartik Agaram2019-05-172-18/+18
* | start of new syntax for segment headersKartik Agaram2019-05-172-26/+26
* | 5181Kartik Agaram2019-05-172-0/+20
|/
* 5180Kartik Agaram2019-05-1610-43/+24
* complete the skeleton of dquotes.subxKartik Agaram2019-05-159-42/+98
* .Kartik Agaram2019-05-142-9/+9
* fix a stale register value in dquotes.subxKartik Agaram2019-05-142-1/+2
* Merge branch 'dquotes' into dquotes-1Kartik Agaram2019-05-139-1/+230
|\
| * Merge branch 'master' into dquotesKartik Agaram2019-05-137-0/+0
| |\
| | * start using the new carry flagKartik Agaram2019-05-137-0/+0
| | * 5156 - error-checking on writes to fileKartik Agaram2019-05-117-0/+0
| | * 5154Kartik Agaram2019-05-117-0/+0
| | * 5153Kartik Agaram2019-05-117-0/+0
| * | Merge branch 'master' into dquotesKartik Agaram2019-05-1011-23/+99
| |\|
| * | implemented emit-metadatanc2019-05-041-1/+57
| * | failing tests for part 2/2 of dquotesKartik Agaram2019-04-291-0/+173
* | | Merge branch 'master' into dquotes-1Kartik Agaram2019-05-1010-23/+99
|\ \ \ | | |/ | |/|
| * | 5151 - use mmap everywhere we need a heapKartik Agaram2019-05-1011-23/+99
| * | 5145Kartik Agaram2019-05-047-0/+0
| * | 5135Kartik Agaram2019-05-047-0/+0
* | | dquotes - emit data segment - no escapesKartik Agaram2019-05-032-1/+138
* | | new primitives: append-byte, append-byte-hexKartik Agaram2019-05-027-0/+0
* | | standardize function namesKartik Agaram2019-05-0215-66/+67
* | | failing tests for part 1/2 of dquotesKartik Agaram2019-04-291-1/+274
| |/ |/|
* | new failing test in dquotes phaseKartik Agaram2019-04-282-1/+259
|/
* 5127Kartik Agaram2019-04-261-1/+1
* 5124Kartik Agaram2019-04-232-2/+2