添加try catch 原理注释

This commit is contained in:
2025-06-25 19:10:40 +08:00
parent 2cfdb4a84f
commit 5411714133
5 changed files with 49 additions and 18 deletions

View File

@@ -67,7 +67,7 @@ const keywork_item_def g_keyword_table[ ] = {
TOKEN_DEF(continue,TOKEN_CONTINUE),
TOKEN_DEF(const,TOKEN_CONST),
TOKEN_DEF(static,TOKEN_STATIC),
TOKEN_DEF(unisgned,TOKEN_UNSIGNED),
TOKEN_DEF(unsigned,TOKEN_UNSIGNED),
TOKEN_DEF(typedef,TOKEN_TYPEDEF),
TOKEN_DEF(struct,TOKEN_STRUCT),
TOKEN_DEF(enum,TOKEN_ENUM),