Skip to content

Commit

Permalink
todo note
Browse files Browse the repository at this point in the history
  • Loading branch information
Autoparallel committed Aug 13, 2024
1 parent 049d45b commit e553e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/parser.circom
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include "utils.circom";
include "language.circom";

/*
TODO: Might not need the "parsing object" and "parsing array" as these are kinda captured by the stack?
TODO: Change the values to push onto stack to be given by START_BRACE, COLON, etc.
*/

template StateUpdate(MAX_STACK_HEIGHT) {
Expand Down

0 comments on commit e553e04

Please sign in to comment.