diff --git a/20070919.html b/20070919.html new file mode 100644 index 0000000..6e84e75 --- /dev/null +++ b/20070919.html @@ -0,0 +1,15 @@ +
+

20070919 - Editor Working

+
+ +
+
+Got the editor fully working, 1800 lines of highly factored dense C code (I put multiple statements on one line). Now moving into incorporating the Atom Forth interpreter (which is only one page of assembly), followed by writing the assembler in Atom Forth, and lastly porting the editor and interpreter over to Atom Forth. Will then be able to edit the source code of the editor from within the editor itself, which is great for extending/modifying the editor when I need new keyboard shortcuts or other features! + + + + + +
+ + diff --git a/index.html b/index.html index 5119f4d..c49cefb 100644 --- a/index.html +++ b/index.html @@ -215,6 +215,7 @@ O OOO ||..||OO||||||||||OOo || ||||||||||||| ||||OO|| |o| ||||||||OO||OOO
2007
20070921 - Assembler in Atom4th
+20070919 - Editor Working
20070910 - 2 4th | !2 4th

20070822 - New Pipeline Progress