auto generated notice
This commit is contained in:
2
meta.c
2
meta.c
@@ -73,6 +73,8 @@ int main() {
|
|||||||
{"RSHIFT", ">>"},
|
{"RSHIFT", ">>"},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
printf("// auto generated by meta.c\n");
|
||||||
|
|
||||||
printf("typedef enum {\n");
|
printf("typedef enum {\n");
|
||||||
for (int i = 0; i < ilen(kinds); i += 1) {
|
for (int i = 0; i < ilen(kinds); i += 1) {
|
||||||
printf(" TOK_%s,\n", kinds[i].name);
|
printf(" TOK_%s,\n", kinds[i].name);
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// auto generated by meta.c
|
||||||
typedef enum {
|
typedef enum {
|
||||||
TOK_EOF,
|
TOK_EOF,
|
||||||
TOK_ERROR,
|
TOK_ERROR,
|
||||||
|
|||||||
Reference in New Issue
Block a user