Files
Nim/lib
Adam Strzelecki 1a0417fbe0 macros: Introduce sameType(a, b) for node types
Previously introduced node comparison `==` was working somehow wrong on nodes
returned from getType(a), comparing just ids of the symbols.

Recently introduced `==` change 47dce26886
started comparing symbol nodes pointer-wise, thus strictly. Since getType(a)
always creates new symbol pointing to the type, comparing two such nodes using
`==` always returns false, even they point to the same type.

That is why we need a new sameType macro to be able to tell if these nodes
point to the same type.
2015-07-03 11:11:10 +02:00
..
2015-06-04 13:18:42 +02:00
2015-07-01 02:15:22 +02:00
2015-06-30 23:27:16 +02:00
2013-03-16 23:53:07 +01:00
2014-08-28 09:50:51 +02:00
2014-08-28 09:59:26 +02:00