Skip to content

Commit 660c608

Browse files
committed
jim: TODO about pretty-printing
1 parent ec7fe1d commit 660c608

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jim2.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ typedef struct {
3636
size_t scopes_capacity;
3737
} Jim;
3838

39+
// TODO: implement pretty-printing based on how nested the scopes are.
40+
// Introduce a separate boolean flag in the Jim struct to enable/disable
41+
// the pretty-printing.
42+
3943
void jim_null(Jim *jim);
4044
void jim_bool(Jim *jim, int boolean);
4145
void jim_integer(Jim *jim, long long int x);

0 commit comments

Comments
 (0)