From 8fc2b094305158694f4760e95580f4f25f23d988 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Thu, 1 Mar 2018 21:31:10 -0800 Subject: [PATCH] misc/kforth: Minor update to part 0x07 writeup. --- doc/part-0x07.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/part-0x07.rst b/doc/part-0x07.rst index 314340e..4e082c1 100644 --- a/doc/part-0x07.rst +++ b/doc/part-0x07.rst @@ -358,3 +358,8 @@ stack. I guess include some sort of additional fields in the system type. This starts to jump into the realm of an operating system or virtual machine; the OS approach makes more sense for embedded system. + +The parser is also going to need some updating to handle strings. + +As before, the code for this update is tagged in `part-0x07 `_. +