about summary refs log tree commit diff stats
path: root/apps/dquotes.subx
Commit message (Collapse)AuthorAgeFilesLines
* 5615 - long strings in self-hosted translatorKartik Agaram2019-09-041-2/+27
| | | | | | My SubX translator phases assume lines are never longer than 512 bytes. However, dquotes.subx was generating lines longer than that by blowing up string literals by 4-5x.
* 5607Kartik Agaram2019-09-011-3/+3
|
* 5600Kartik Agaram2019-08-311-10/+12
|
* 5592 - switch register names to lowercaseKartik Agaram2019-08-261-673/+673
|
* 5590Kartik Agaram2019-08-251-1/+1
|
* 5589Kartik Agaram2019-08-251-1/+1
|
* 5586 - bugfix: no desugar inside string literalsKartik Agaram2019-08-251-431/+4
|
* lexing complex expressions inside '*(...)'Kartik Agaram2019-08-231-2/+2
|
* .Kartik Agaram2019-08-161-1/+1
|
* Merge branch 'master' into desugarKartik Agaram2019-07-311-1/+1
|\
| * 5499Kartik Agaram2019-07-311-1/+1
| |
* | desugar: clean up top-level `convert`Kartik Agaram2019-07-311-0/+1
|/ | | | | | | | | Model it on `dquotes` rather than `pack`, since it needs almost zero state across words. Manual testing: $ echo 'ab %eax' |subx run apps/desugar ab 0
* 5485 - promote SubX to top-levelKartik Agaram2019-07-271-0/+2757