Skip to content

Commit 81e47bc

Browse files
committed
Loot is not ready yet
1 parent 76c5d69 commit 81e47bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

langs/loot/main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ void print_codepoint(int64_t);
1818
int main(int argc, char** argv) {
1919
void * heap = malloc(heap_size);
2020
int64_t result = entry(heap);
21+
// TODO: We'll need this when we update to new AST
2122
// See if we need to print the initial tick
22-
if (type_pair == (result_type_mask & result)) printf("'");
23+
//if (type_pair == (result_type_mask & result)) printf("'");
2324
print_result(result);
2425
printf("\n");
2526
return 0;

0 commit comments

Comments
 (0)