September 18, 2022
I am working on the compiler for the second version of my programming language. This version adds a type system. The first version was B-like in that the only type was "word". I'm still writing the compiler in assembly language, but I hope to rewrite it in my language after I finish the assembly bootstrap version.
Historic Shortlog
These dates are mostly based on repository history, which lapsed when the OS became self-hosting.
June 27, 2015: assembler assembles itself
June 8, 2015: assembler assembles a simple test file
May 10, 2015: stage2 bootloader hand-assembled
May 1, 2015: started work on assembler
April 29, 2015: stage2 bootloader completed
April 26, 2015: stage1 bootloader hand-assembled
April 22, 2015: stage1 bootloader completed
April 20, 2015: git repository created