Skip to content

Commit

Permalink
add a couple TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
cotto committed May 25, 2011
1 parent bd4df55 commit 45a17b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/m0/m0_assembler.pl
Expand Up @@ -415,6 +415,11 @@ sub parse_chunks {
# replace escaped double quotes with actual double quotes
$v =~ s/\\"/"/g;
}

# TODO: stuff $+{bytecode} into $chunk->{bytecode}

# TODO: stuff $+{metadata} into $chunk->{metadata}

push @$chunks, $chunk;
}
#TODO: error checking
Expand Down

0 comments on commit 45a17b1

Please sign in to comment.