about summary refs log tree commit diff stats
path: root/subx/035labels.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4517Kartik Agaram2018-08-131-2/+2
| | | | | We want to always print numbers in hex. This should make that a little more comprehensive.
* 4513 - disallow jumps across functionsKartik Agaram2018-08-121-2/+2
|
* 4512 - divide labels into two categoriesKartik Agaram2018-08-121-10/+9
| | | | | | | | | Targets you can jump to and ones you can call are conceptually disjoint sets. I'm highlighting these in Vim, but it's a pretty complex pattern. Arguably errors shouldn't be highlighted. Only warnings that are easy to be accidentally deployed.
* 4507Kartik Agaram2018-08-121-12/+32
| | | | | Side effect: better error messages when the tangler does something unexpected.
* 4505 - start warning on jumps without labelsKartik Agaram2018-08-111-0/+10
| | | | | As we climb the ladder of abstraction we'll gradually pull the ladder up behind ourselves.
* 4497Kartik Agaram2018-08-081-0/+14
|
* 4496Kartik Agaram2018-08-081-0/+16
|
* 4493Kartik Agaram2018-08-081-1/+19
|
* 4481Kartik Agaram2018-08-041-1/+1
|
* 4480Kartik Agaram2018-08-041-0/+161