Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2014 / 09 / 23.mkd
blob30429aad6a612615517e18aa4b3e181653733b38
1 # 2014/09/23
3 ***DISCLAIMER***: _These notes are from the defunct k8 project which_
4 _precedes SquirrelJME. The notes for SquirrelJME start on 2016/02/26!_
5 _The k8 project was effectively a Java SE 8 operating system and as such_
6 _all of the notes are in the context of that scope. That project is no_
7 _longer my goal as SquirrelJME is the spiritual successor to it._
9 ## 18:12
11 Need to get to work on actual outlining of source code.
13 ## 19:31
15 I need to actually add a second tokenizer which handles generic brackets in a
16 very generic scope based way.
18 ## 22:48
20 In NoSuchReplaceIterator, if the replacement value is null then do not require
21 a class for checking.
23 ## 23:01
25 My readSingleType reading all forms of types simplifies things because then I
26 can just constantly keep calling it, of course it would know a known stacked
27 type as needed. So I would need some kind of a visibility scope of sorts. Then
28 import statements become part of that visibility too. So I will need a top
29 level scope which is used in all descriptions when parsing.