Please sign in to access this page
Super Simple (or stupid) Object Query Language. Designed for AI to analyze CSV datasets.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Confused myself a lot, but I got a lot of things figured out and figured out how I'm doing the more complicated deep object cloning and merging - lodash. Also deleted one unnecesary test and rewrote a test that was not actually testing it, so down to 1/17 tests passing. Makes sense seeing as my language is pretty much non functional without my SELECT keyword being implemented correctly. It's been fun programming without AI, ever since it got out of its capabilities.
Found some serious bugs within the language, and also found out that my tests were actually outdated. So now, I'm at 2/18 tests passing and need to rework how lots of the language works! Should be some fun work ahead.
Removed all the crap that AI tried to cheat the tests with, found implementation faults and marked them with TODO comments, and now I'm gonna go work on something else lol. 9/9 on tests with SELECT being mostly broken is much higher than I expected.
I have trust issues with AI now. It's trying to pass tests by hardcoding values. Time to go manual.
Finished up a draft of the language design! First working version riddled with bugs completed.