summary refs log tree commit diff stats
path: root/compiler/patterns.nim
Commit message (Collapse)AuthorAgeFilesLines
* case consistency part 4Araq2013-12-271-6/+6
|
* improvements for TR macrosAraq2013-09-171-9/+0
|
* lazy paths for Babel supportAraq2012-12-111-0/+9
|
* constraint now part of the parameter symbol and not of the typeAraq2012-12-051-2/+2
|
* tr macros now documentedAraq2012-09-101-1/+1
|
* first steps to deprecate 'nil' statementAraq2012-09-091-3/+0
|
* tmatrix.nim works nowAraq2012-09-081-9/+21
|
* term rewriting improvementsAraq2012-09-081-25/+59
|
* activated tests for tr macrosAraq2012-09-061-13/+18
|
* bugfixes and improvements for term rewriting macrosAraq2012-09-041-10/+19
|
* further improvements for term rewriting macrosAraq2012-09-041-20/+11
|
* term rewriting macros fully implemented; still buggyAraq2012-09-031-44/+156
|
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-5/+11
|
* first steps towards term rewriting macrosAraq2012-08-301-0/+128
3 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339