mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 03:06:42 +01:00
compute block added
This commit is contained in:
@@ -131,6 +131,8 @@ function exec(ctx, ast) {
|
||||
return execFunctionCall(ctx, ast);
|
||||
} else if (ast.type == "BLOCK") {
|
||||
return execBlock(ctx, ast);
|
||||
} else if (ast.type == "COMPUTE") {
|
||||
return ;
|
||||
} else if (ast.type == "FOR") {
|
||||
return execFor(ctx, ast);
|
||||
} else if (ast.type == "WHILE") {
|
||||
|
||||
Reference in New Issue
Block a user