summaryrefslogtreecommitdiff
path: root/08-expressions.md
Commit message (Collapse)AuthorAgeFilesLines
* Add language to code blocks. Shorter Example title.Adriaan Moors2014-03-261-73/+73
|
* Fix #6: automatic section numbering.Adriaan Moors2014-03-261-2/+3
| | | | | | | | | | | | Add chapter number to YAML, which is replace in numbering.css. Use CSS counters for chapters, sections, subsections | examples. Examples are detected by looking at the H3 element's id, which redcarpet derives from the heading's title. It must start with "Example:", and the whole title is suppressed by a little javascript, so we can make Examples look like in the pdf. For example, `### Example:` becomes `Example 3.2.10`, if it's the 10th example in Section 3.2.
* use simple quotes, fix indent, escape dollarAdriaan Moors2014-03-261-12/+9
|
* formattingAdriaan Moors2014-03-261-51/+49
|
* That was fun: fix internal links.Adriaan Moors2014-03-131-34/+34
| | | | | | | After some dirty grepping, regexing and perling, I present to you: internal links! I wish there was a way to make this more robust, these will only work on the html version, and assume we don't change filenames...
* wip: jekyllifyAdriaan Moors2014-03-131-0/+5
|
* SI-6054 don't use the defunct List.map2 in exampleAdriaan Moors2014-03-131-3/+5
|
* SI-6054 correct eta-expansion in method value using placeholder syntaxAdriaan Moors2014-03-121-3/+3
|
* SI-5086 clean up EBNFAdriaan Moors2014-03-121-42/+43
| | | | | | - sequences of block statements were wrong (btw, note that BlockStat matches the empty sequence of tokens) - lexical syntax was pretty messy: clarified, removed extraneous backslashes
* SI-5209 correct precedence of infix operators starting with ! =Adriaan Moors2014-03-121-1/+1
|
* SI-4249 try/catch accepts expressionAdriaan Moors2014-03-121-5/+3
|
* SI-7937 In for, semi before guard never requiredSom Snytt2014-03-121-5/+2
| | | | Align the spec with the impl.
* github markdown: tablesAdriaan Moors2014-03-111-2/+3
|
* github markdown: use ###### for examplesAdriaan Moors2014-03-111-277/+294
|
* Catch up with latex spec.Adriaan Moors2014-03-101-8/+23
|
* github markdown: code blocksAdriaan Moors2014-03-101-152/+152
|
* github markdown: drop css classesAdriaan Moors2014-03-101-89/+89
|
* github markdown: headersAdriaan Moors2014-03-101-54/+27
|
* github markdown: numbered listsAdriaan Moors2014-03-101-8/+8
|
* fixed inline code blocksIain McGinniss2013-02-191-15/+10
| | | | | removed LaTeX labels converted TODOs to comments
* expressions chapter converted, some math-mode errors still existIain McGinniss2012-11-031-1218/+1153
|
* removed some stray LaTeX commands from Lexical Syntax chapter,Iain McGinniss2012-10-181-1/+1
| | | | and a back-reference from the expressions chapter.
* preface and lexical syntax chapter converted, other chaptersIain McGinniss2012-10-171-0/+1876
split into their own files