Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2017 / 04 / 09.mkd
blobfbbfd2e0bd3cfdaf89521a65fd422580a146c73a
1 # 2017/04/09
3 ## 19:03
5 So far this new code is much much simpler such as the handling attributes. I
6 had the code previously all over the place. In reality only a single attribute
7 is handled for fields and methods and that is how I handle that. I just need
8 to get back into the parsing the byte code. So I then have to consider my
9 previous plans. Having an intermediate language would be the best choice
10 because it could be optimized along with generating the native machine code.