Coding 2025-04-27
I had kind of a rough week, so I ended up trying and failing to take things easy (hopefully I'll have an easier time of it tomorrow), but I did get some work done on prototyping the grammar for my Untitled Personal Conlang project.
I think what I should focus on next is taking the current state of the prototyped source file, and check for things like:
- Is this actually syntactically valid?
- WHen I deserialize it, does it have the layout that I expect?
- Can I actually interact with the data in the way that I expect to be able to?
Those are all good questions, and they should be possible to answer without any undue effort. I'm not going to try right now, though, because it's late.
Good night.