Thanks Homer.

  • stifle867@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    10 months ago

    I haven’t been parsing the input string character by character and instead have been parsing into native data structures. It makes the code more verbose but it’s how I want to do it. Unfortunately it does mean most of the time coming up with a solution is structuring the data so I’m hoping I come up with a faster way after a few days.