add AST comment

This commit is contained in:
2021-03-31 13:45:47 +08:00
parent e7e7acd153
commit 03c79f0b6c
3 changed files with 37 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ typedef struct ASTString_str {
} ASTString;
/* AST Node structure, describe in ./README.md */
/* AST Node structure */
typedef struct ASTNode_str {
/* 1: string, 2: left (, 3: right ) */