about summary refs log tree commit diff
path: root/src/fix-ng/primops.cc
AgeCommit message (Expand)AuthorFilesLines
2003-11-09 * Turned the msg() and debug() functions into macros, since theyEelco Dolstra1-5/+5
2003-11-06 * Allow null in derivation bindings.Eelco Dolstra1-0/+2
2003-11-06 * `null' is a nullary primop.Eelco Dolstra1-1/+1
2003-11-05 * Assertions.Eelco Dolstra1-0/+13
2003-11-03 * Work around problems with the ATerm library.Eelco Dolstra1-7/+9
2003-11-02 * Boolean constants.Eelco Dolstra1-2/+2
2003-11-02 * Primops: baseNameOf, toString.Eelco Dolstra1-0/+19
2003-10-31 * Working evaluator.Eelco Dolstra1-0/+206