2026/04/14

From Woozle Writes Code
Jump to navigation Jump to search
Tuesday, April 14, 2026 (#104)
Monday Tuesday Wednesday posts:prev <this> next

References

  • 08:07 On further investigation, the Codon clade (part of the Parsing system) is not quite the same as what I need to do here.
    • The former uses well-defined demarcation strings; message-detection is just looking for known bits of string, and could maybe be called "matching" instead of "parsing".
    • Maybe it should be a system, though... and, really, it is a kind of parsing that it's doing; it's just not demarcated parsing.
    • So maybe the clades under Parsing should be moved into a Marked(?) subfolder, and message-detection should be in a parallel subfolder.
    • And thus the naming-problem rears its inconvenient head once again...