Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4661 | Kartik Agaram | 2018-10-04 | 1 | -0/+0 |
| | | | | | Make segment management a little more consistent between initial segments and add-on segments (using `mmap`). | ||||
* | 4616 - fix subx/examples/ex7 | Kartik Agaram | 2018-09-29 | 1 | -0/+0 |
| | | | | | | | | | It was broken since I added support for global variables, back on Sep 1. One other subtle thing I've improved is the name `looks_like_hex_int`. We can now distinguish in the pack-operands transform between ignoring 'foo' because it doesn't look like a number, and immediately flagging '0xfoo' as an error because it *should* be a number. | ||||
* | 4535 - support for global variable names | Kartik Agaram | 2018-09-01 | 1 | -0/+0 |
| | |||||
* | 4530 - create an apps/ directory | Kartik Agaram | 2018-09-01 | 1 | -0/+0 |
| | |||||
* | 4529 - move examples to a sub-directory | Kartik Agaram | 2018-09-01 | 1 | -0/+0 |