about summary refs log tree commit diff stats
path: root/cpp/025name
Commit message (Collapse)AuthorAgeFilesLines
* 968Kartik K. Agaram2015-03-241-1/+1
|
* 966 - c++: starting on default-spaceKartik K. Agaram2015-03-211-6/+7
|
* 963Kartik K. Agaram2015-03-201-1/+11
| | | | Amazing how easy that was.
* 962 - no, not quiteKartik K. Agaram2015-03-201-3/+18
| | | | A big one left: tracking the size of reagents.
* 961 - done converting names?Kartik K. Agaram2015-03-201-2/+46
| | | | | | | | | | | I'm making two changes to how I compute field offsets: a) I just replace offset names up front, before I even manage field names. I don't bother disallowing x:integer and x:offset in the same function. Let's see if that leads us astray. Certainly saves code. b) I don't bother canonizing the first arg of a get since we know it has to have a type that is some number of 'address' followed by a record. Just assume that we have the right number of 'deref's.
* 960Kartik K. Agaram2015-03-201-2/+11
|
* 959Kartik K. Agaram2015-03-201-4/+18
|
* 957 - starting to do name translationKartik K. Agaram2015-03-181-0/+56