diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-17 19:29:49 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-17 19:29:49 -0400 |
commit | c298820211351716c22198c7b4e6c7c0ea664c64 (patch) | |
tree | 7e966c725710e7af147076f2dea90e2829601151 /lisc/lisc.h | |
parent | bca7e0c32df2c29e013e15f8254c3ccb7496dc99 (diff) | |
download | roux-c298820211351716c22198c7b4e6c7c0ea664c64.tar.gz |
start work on fuction parameters
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r-- | lisc/lisc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h index e353a09..930651d 100644 --- a/lisc/lisc.h +++ b/lisc/lisc.h @@ -139,7 +139,9 @@ enum Op { NPubOp, /* function instructions */ - OArg = NPubOp, + OPar = NPubOp, + OParc, + OArg, OArgc, OCall, |