We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c5d69 commit 81e47bcCopy full SHA for 81e47bc
1 file changed
langs/loot/main.c
@@ -18,8 +18,9 @@ void print_codepoint(int64_t);
18
int main(int argc, char** argv) {
19
void * heap = malloc(heap_size);
20
int64_t result = entry(heap);
21
+ // TODO: We'll need this when we update to new AST
22
// See if we need to print the initial tick
- if (type_pair == (result_type_mask & result)) printf("'");
23
+ //if (type_pair == (result_type_mask & result)) printf("'");
24
print_result(result);
25
printf("\n");
26
return 0;
0 commit comments