summary refs log tree commit diff stats
path: root/compiler/nimconf.nim
Commit message (Expand)AuthorAgeFilesLines
* next steps for the new parser/grammarAraq2013-04-201-1/+1
* first steps to the new parser/grammarAraq2013-04-191-1/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* caas is now drivable through stdinZahary Karadjov2012-11-281-9/+10
* first steps to make templates hygienicAraq2012-08-201-20/+22
* project wide configuration file now with suffix '.nimrod.cfg'Araq2012-01-151-1/+4
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* cleaned up configuration file handling and documented the new behaviourAraq2011-11-301-10/+19
* further steps to get rid of deprecated endOfFile and readLineAraq2011-11-291-2/+2
* New algorithm for locating and loading nimrod config files.Zahary Karadjov2011-11-251-18/+20
* lexer, parser cleanup; boehm gc for mac os xAraq2011-05-171-19/+19
* got rid of some arcane module namesAraq2011-04-211-1/+1
* := templatable; lexer improvementsAraq2011-04-171-57/+33
* big repo cleanupAraq2011-04-121-0/+257
='#n170'>170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249