Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2014 / 09 / 14.mkd
blob2e4e609d7c93091704a4a8619450c9077a9378e0
1 # 2014/09/14
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 ## 11:54
11 For the context tokenizer, I should make it easier for the compiler.
13 ## 13:04
15 Everything from the tokenizer will just be an enumeration so that equals on a
16 String will never be the case. I will need to rename the old tokenizer to make
17 room for the new one.
19 ## 16:14
21 The hasNext for tokenizer should just add any tokens which are added.
23 ## 21:10
25 Having the checks for syntax validity in the second level tokenizer makes
26 parsing the code much easier because everything is as to be expected when it
27 is read.