forked from lix-project/lix
0690c1c9c0
The ATerm library doesn't search the heap for pointers to ATerms when garbage collecting. As a result, C++ containers such as `map<ATerm, ATerm>' will cause pointer to be hidden from the garbage collector, causing crashes. Instead, we now use ATermTables. |
||
---|---|---|
.. | ||
bin2c.c | ||
eval.cc | ||
eval.hh | ||
fix-expr.cc | ||
fix-expr.hh | ||
fix.cc | ||
fix.sdf | ||
Makefile.am | ||
parser.cc | ||
parser.hh | ||
primops.cc | ||
primops.hh |