about summary refs log tree commit diff stats
path: root/cpp/050scenario.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-477/+0
| | | | I've tried to update the Readme, but there are at least a couple of issues.
* 1259 - better failure messages for mu scenariosKartik K. Agaram2015-05-041-2/+12
|
* 1258Kartik K. Agaram2015-05-041-0/+3
|
* 1257Kartik K. Agaram2015-05-041-4/+0
|
* 1253 - new notion of 'predefined globals in scenarios'Kartik K. Agaram2015-05-041-5/+3
|
* 1251 - cleanup flow of 'scenario' implementationKartik K. Agaram2015-05-041-31/+375
|
* 1249 - new type: index_tKartik K. Agaram2015-05-041-1/+1
| | | | | | | | 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.
* 1248 - syntax for using screens in scenariosKartik K. Agaram2015-05-041-13/+10
| | | | Still ugly as hell.
* 1243Kartik K. Agaram2015-05-031-1/+1
|
* 1242 - simpler implementation for 'scenario'Kartik K. Agaram2015-05-021-166/+76
| | | | | Also now has the side effect that scenarios can have any number of 'run' or check or any future blocks, in any order.
* 1234 - support for trace checksKartik K. Agaram2015-05-011-14/+0
|
* 1222Kartik K. Agaram2015-04-291-1/+2
|
* 1189 - add extensions to all layersKartik K. Agaram2015-04-241-0/+232
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.