Add task for running tests that runs both clutter levels accordingly.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2015 / 06 / 02.mkd
blobac1ae51e76635a85021fc6e9855cd8cc47db30da
1 # 2015/06/02
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 ## 02:04
11 The C compiler's object and library files are just going to be JAR files which
12 are included in the executable JAR file.
14 ## 02:24
16 I am going to need a CFileManager which does not extend off any file manager
17 to provide CFileObjects. Any input code and objects will be purely URI based.
19 ## 02:31
21 Actually, a CFileObject is not required as SimpleJavaFileObject is enough. As
22 long as the implementing file manager provides the required interfaces for
23 input.
25 ## 03:19
27 Actually, for my CFileManager I have a way to specify outputs, however the way
28 the compiler works, only inputs are possible.
30 ## 20:26
32 I will need a comment stripper just before phase 3.