📄 fig1
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -