We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7fe1d commit 660c608Copy full SHA for 660c608
jim2.h
@@ -36,6 +36,10 @@ typedef struct {
36
size_t scopes_capacity;
37
} Jim;
38
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
+
43
void jim_null(Jim *jim);
44
void jim_bool(Jim *jim, int boolean);
45
void jim_integer(Jim *jim, long long int x);
0 commit comments