about summary refs log tree commit diff stats
path: root/subx/036global_variables.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4544Kartik Agaram2018-09-121-21/+62
| | | | | | | | Attempt #3 at fixing CI. In the process the feature gets a lot less half-baked. Ridiculously misleading that we had `has_metadata()` was special-cased to one specific transform. I suck.
* 4543Kartik Agaram2018-09-121-6/+31
| | | | | | | Really fix CI. Also realized we don't need to worry about function pointers. They won't be in /disp32 fields.
* 4542Kartik Agaram2018-09-121-2/+2
| | | | Fix CI (`subx translate examples/ex6.subx examples/ex6`)
* 4535 - support for global variable namesKartik Agaram2018-09-011-0/+111