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 beb04a2 commit 794a1aaCopy full SHA for 794a1aa
repl/repl.c
@@ -1,3 +1,4 @@
1
+#define OLD_PARSER 1
2
#define ACCEL ACCEL_TABLE
3
4
#include "../os/compat.h"
@@ -152,7 +153,7 @@ static inline int TranslateIdentifiers(metac_node_t node, void* ctx)
152
153
} break;
154
155
- default : {xprintf("No Identifier got Translated\n");} break;
156
+ default : {xprintf("No Identifier got Translated for '%s'\n", MetaCNodeKind_toChars(node->Kind));} break;
157
}
158
159
if ((node->Kind > expr_invalid) & (node->Kind < expr_max))
0 commit comments