summary refs log tree commit diff stats
path: root/compiler/evaltempl.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #1940; code breakage! stricter template evaluationAraq2015-03-071-5/+5
|
* nimsuggest improvementsAraq2015-01-301-1/+1
|
* fixes #1915Araq2015-01-121-1/+1
|
* Revert 5e4ae8dDustin Lacewell2015-01-071-33/+17
|
* fix #1858; Add support for generic templates and macrosZahary Karadjov2015-01-051-17/+33
| | | | | | | | | Implementation notes: Just after overload resolution, the resolved generic params will be added to the call expression to be later processed in evalTemplate and evalMacroCall. These procs have been modified to handle the increased number of parameters, but one remaining issue is that immediate templates and macros don't go through the same process. The next commit will outlaw the use of generic parameters with such macros.
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* case consistency: next stepsAraq2013-12-291-1/+1
|
* case consistency part 4Araq2013-12-271-6/+6
|
* attempt to improve line information for '!=' etc. templatesAraq2013-10-151-32/+13
|
* bugfix: evalTemplateArgsAraq2012-10-141-1/+1
|
* term rewriting macros fully implemented; still buggyAraq2012-09-031-10/+52
|
* first steps to make templates hygienicAraq2012-08-201-0/+83