summary refs log tree commit diff stats
path: root/compiler/configuration.nim
Commit message (Expand)AuthorAgeFilesLines
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-180/+4
* remove ast.emptyNode global; cleanup configuration.nimAraq2018-05-161-178/+0
* the remaining passes all compile againAndreas Rumpf2018-05-131-1/+2
* C code generator compiles againAndreas Rumpf2018-05-121-1/+3
* sem pass compiles againAndreas Rumpf2018-05-121-13/+5
* semstmts compiles againAndreas Rumpf2018-05-121-27/+7
* more modules compile againAndreas Rumpf2018-05-121-17/+2
* pragmas compiles againAndreas Rumpf2018-05-111-2/+2
* sigmatch compiles againAndreas Rumpf2018-05-111-1/+1
* avoid more global variablesAndreas Rumpf2018-05-111-1/+12
* sempass2 compiles againAndreas Rumpf2018-05-111-1/+1
* guards.nim does compileAndreas Rumpf2018-05-111-3/+3
* lookups compiles againAndreas Rumpf2018-05-101-2/+2
* semfold compiles againAndreas Rumpf2018-05-101-4/+4
* big refactoring: parser compiles againAndreas Rumpf2018-05-101-0/+389
='#n180'>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 250 251 252