summary refs log tree commit diff stats
path: root/compiler/docgen2.nim
Commit message (Collapse)AuthorAgeFilesLines
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-2/+2
|
* CaaS in-memory cachingZahary Karadjov2012-11-281-5/+3
| | | | | removed some redundant filepath params and variables and switched to canonical paths in most places
* caas is now drivable through stdinZahary Karadjov2012-11-281-5/+1
| | | | | * added idetools --eval * streams.readLine recognises and applies the backspace character
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-5/+6
|
* doc2 improvementsAraq2012-06-241-2/+6
|
* first implementation of docgen2Araq2012-06-231-0/+50
94'>94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128