about summary refs log tree commit diff stats
path: root/cpp/.traces/buffer-append-works
Commit message (Expand)AuthorAgeFilesLines
* 1223 - more stable traces for parse scenariosKartik K. Agaram2015-04-291-14/+14
* 1213Kartik K. Agaram2015-04-281-5/+5
* 1206 - 'wait' state for synchronizing routinesKartik K. Agaram2015-04-271-1/+1
* 1194Kartik K. Agaram2015-04-241-0/+1
* 1193Kartik K. Agaram2015-04-241-15/+15
* 1184 - finally, concurrencyKartik K. Agaram2015-04-241-1/+2
* 1168Kartik K. Agaram2015-04-241-3/+3
* 1105 - more primitives for managing ingredientsKartik K. Agaram2015-04-191-1/+1
* 1101Kartik K. Agaram2015-04-191-1/+1
* 1097 - 'grow-buffer' works the first time!Kartik K. Agaram2015-04-181-0/+355
* 1090Kartik K. Agaram2015-04-171-0/+421
d-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
More OO. Create a similar set of helpers for reading characters from disk.

It's surprising that state for supporting headings needs to go into the state
maintained while reading the file from disk.

Since we now have two 'classes', it seems worth splitting up into multiple
files.