LOGS
   

Goals

    6/24/98 - Get a C based SD to Bubl objects routine working, get a C based Linker (build a malloc and collector, routines that will take SD and build a Bubl Objects- runtime), runtime to manipulate the objects via C, Linker...

   Get malloc working.
   Get symbol table hash working
   Get sd2bubl routine working in C
   Get GC working
   Get runtime working
   Get VM working
   Get VM kicking a little more
   RUN

   For a full compiler:

    Get an assembler working, then get a compiler working. The assembler should be able to describe a Bubl module.
    After the assembler, there will be the Compiler.
 

Milestone 1: The bare minimum
Milestone 2: Put the OS to work

 
 
 
 

7/8/98 - First creation