summaryrefslogtreecommitdiffstats
path: root/compile.h
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2012-12-29 16:43:36 +0000
committerStephen Dolan <mu@netsoc.tcd.ie>2012-12-29 16:43:36 +0000
commitd5fdf70434a243e6f3bd6967dbc2d28c9144cb29 (patch)
tree17901a90c2a2ff0a2219fa9bab9a340af95e36c7 /compile.h
parent465a4ec565a106e0e4cc1d64214fb2d6d791c8dc (diff)
Refactor assignment.
New version is much more elegant and probably slower. Uses library functions implemented in jq rather than dedicated opcodes.
Diffstat (limited to 'compile.h')
-rw-r--r--compile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/compile.h b/compile.h
index ce1b3089..150eef28 100644
--- a/compile.h
+++ b/compile.h
@@ -34,7 +34,6 @@ block gen_subexp(block a);
block gen_both(block a, block b);
block gen_collect(block expr);
block gen_fold(const char* varname, block init, block body);
-block gen_assign(block expr);
block gen_definedor(block a, block b);
block gen_condbranch(block iftrue, block iffalse);
block gen_and(block a, block b);