Skip to content

Planning

Rob Lanphier edited this page Jul 25, 2023 · 5 revisions

"No plan survives contact with the enemy." -- paraphrasing Helmuth von Moltke the Elder (wikiquote)

In looking forward, it may be important to look to the past:

  • 2021
  • 2022
  • 2023
    • In March 2023, User:RobLa started seriously wrapping his head around the parser library he was using (the Lark parsing library for Python)
    • In April 2023, User:RobLa did some development work, trying to use Lark and Python to put ABIF files into sensible data structures.
    • In May 2023, User:RobLa did some development work, trying to use Lark and Python to put ABIF files into sensible data structures.
    • In June 2023, User:RobLa did some development work, trying to use Lark and Python to put ABIF files into sensible data structures.
    • In July 2023, User:RobLa traveled. When he returned from his trip, he had completely forgotten where he was on his Lark-based parser. Moreover, he started to believe that Lark wasn't saving him any time at all, since he's pretty good with regular expressions, and he designed ABIF to be easily parsable using regexps.

There's not a plan yet for how to restore momentum on this project. Please share your thoughts, either on the issue tracker here on GitHub or in the discussion area here on GitHub. Your comments would also be appreciated in other places, but we'll start with those two.

Clone this wiki locally