annotate eval.h @ 29:8d915cb578dd

Added tag posted-20101220 for changeset 8a955e3dda2c
author David A. Holland
date Mon, 20 Dec 2010 05:44:08 -0500 (2010-12-20)
parents 9dda765ee85c
children 76c114899f63
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
9dda765ee85c expression evaluator
David A. Holland
parents: 15
diff changeset
1 #include <stdbool.h>
9dda765ee85c expression evaluator
David A. Holland
parents: 15
diff changeset
2
9dda765ee85c expression evaluator
David A. Holland
parents: 15
diff changeset
3 bool eval(struct place *p, char *expr);