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._
11 Need to get to work on actual outlining of source code.
15 I need to actually add a second tokenizer which handles generic brackets in a
16 very generic scope based way.
20 In NoSuchReplaceIterator, if the replacement value is null then do not require
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.