Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasMW committed Sep 12, 2020
1 parent 4845c59 commit de7eb01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ static char* breakingOptions[] = {
};
static char breakingOptionsCount = 3;

static char hacVersion[] = "v0.55.0b";
static char hacVersion[] = "v0.70.0b";

static int isOption(const char* candidate){
for (int i=0;i<hacOptionsCount;i++){
Expand Down Expand Up @@ -290,7 +290,6 @@ int main (int argc, char** argv)
if(!noTree)
{
printTree();
printf("finished print tree\n");
}
char * bf_name = "a.bf";
//char * bin_name = "a.out";
Expand Down
2 changes: 1 addition & 1 deletion src/symbolTable.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ int checkIncDecremantability(Exp* oprExp){
return 1;
}
void typeCommandList(CommandL* cl ) {
printf("commandList %p \n", (void*)cl);
//printf("commandList %p \n", (void*)cl);
if(!cl)
return;
CommandL* c = cl;
Expand Down

0 comments on commit de7eb01

Please sign in to comment.