fig1
来自「很好用的」· 代码 · 共 35 行
TXT
35 行
Token Heap List --------> Token ---------> Type T_IDENTIFIER /--- Next Str ----> "Name" | Ptr Type TP_STRING | Ptr ----------------------\ | | \--> Token ---------> Type T_IDENTIFIER | NULL Next Str ----> "Fred" <--/ Ptr Type NULL Ptr NULL The above diagram describes: { Name = "Fred" } NOTE - Looking at the above structures a few things Seem odd. Why is the Type field of the value 'Fred' T_IDENTIFIER Should we use T_STRING instead
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?