about summary refs log tree commit diff stats
path: root/cpp/010vm.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-259/+0
| | | | I've tried to update the Readme, but there are at least a couple of issues.
* 1265Kartik K. Agaram2015-05-051-3/+3
|
* 1264Kartik K. Agaram2015-05-051-5/+5
|
* 1262Kartik K. Agaram2015-05-051-2/+2
|
* 1261Kartik K. Agaram2015-05-041-2/+2
|
* 1249 - new type: index_tKartik K. Agaram2015-05-041-7/+7
| | | | | | | | It will always be identical to size_t, just more readable, like recipe_number, etc. The various unsigned types are sizes, indices (which often compare with sizes for bounds checking), numbers which are canonical elements of a specific space (like recipes or mu types), and ids which I haven't introduced yet.
* 1246Kartik K. Agaram2015-05-031-1/+1
|
* 1225Kartik K. Agaram2015-04-291-0/+17
| | | | Finally start tracing the actual instructions as they run.
* 1212Kartik K. Agaram2015-04-281-1/+1
|
* 1205Kartik K. Agaram2015-04-271-1/+1
|
* 1189 - add extensions to all layersKartik K. Agaram2015-04-241-0/+242
I'm sick of fighting vim's filetype detection. No modeline and files highlight in random colors. I add a modeline and it stops highlighting tangle comments. Even though it read my #$%# vimrc! Fuck this shite.