fool2fish / dragon-book-exercise-answers

Compilers Principles, Techniques, & Tools (purple dragon book) second edition exercise answers. 编译原理(紫龙书)第2版习题答案。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(6.3.1) I guess values of offset value is not correct at some point

ahmedokka29 opened this issue · comments

when adding values of the data T.type float to the offset
in line 2
offset starts with value of 0
then add 8 for float x (offset = 8)
then add 8 for float y (offset = 16)
I guess offset values ends with 16 not 8 at this point