start work on fuction parameters
This commit is contained in:
parent
bca7e0c32d
commit
c298820211
3 changed files with 146 additions and 58 deletions
|
@ -139,7 +139,9 @@ enum Op {
|
|||
NPubOp,
|
||||
|
||||
/* function instructions */
|
||||
OArg = NPubOp,
|
||||
OPar = NPubOp,
|
||||
OParc,
|
||||
OArg,
|
||||
OArgc,
|
||||
OCall,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue