Sage
       Sage is a stack based langauge and vm designed with no 
       particular purpose in mind.
       It is rougly 50% finished but is expressive enough 
       already to write relatively simple programs.
 (TXT) language.h
 (TXT) vm_emulator.c
 (TXT) rom_complier.c
 (TXT) documentation
       
       Sage Core Libraries
       There are also a number of core functions that can be included in 
       written programs in the files below:
 (TXT) debug.sage
 (TXT) base.sage
 (TXT) maths.sage
 (TXT) memory.sage
 (TXT) stack.sage
 (TXT) string.sage
       
       Sage Programs
       The only "complete" program available prints an ascii table and 
       associated hex and integer values.
 (TXT) ascii_table.sage