summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authorPeter Mikkelsen <peter@pmikkelsen.com>2021-07-20 22:28:46 +0000
committerPeter Mikkelsen <peter@pmikkelsen.com>2021-07-20 22:28:46 +0000
commit0c22d3d73005e7b956742bd5fc75f183b8784989 (patch)
tree9ba0e3b6a58c4a8d80de3ee6c229b3c8b1a69c31 /dat.h
parent42be27517c8057733afe2d31b8bf7b98ee6f6578 (diff)
Add a bit of a hack to the parser so it can parse (a) op arg when a is an operator
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dat.h b/dat.h
index d634435..72a95b5 100644
--- a/dat.h
+++ b/dat.h
@@ -29,6 +29,7 @@ struct Term
vlong ival;
double dval;
uvlong clausenr;
+ int inparens; /* kinda bad hack needed for the current parser */
};
struct Binding