refactorings for the eval engine; bugfix: clean templates as accessors

This commit is contained in:
Araq
2013-07-19 22:22:20 +02:00
parent 0c18e05336
commit bfbdb1f028
10 changed files with 235 additions and 239 deletions

View File

@@ -1,7 +1,7 @@
#
#
# Nimrod's Runtime Library
# (c) Copyright 2012 Andreas Rumpf
# (c) Copyright 2013 Andreas Rumpf
#
# See the file "copying.txt", included in this
# distribution, for details about the copyright.
@@ -42,3 +42,5 @@ else:
{.pragma: inl, inline.}
{.pragma: compilerRtl, compilerproc.}
when not defined(nimsuperops):
{.pragma: operator.}