LinkedIn inspired language which is actually surprisingly fun to write
AI helped with writing tests for the language
Pookstir
Check their projects out: Mycor, Surface Circuits, Wolf Interpreter
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!
i completed the language and added support for importing modules!
further wrote the docs and worked on a cli tool to run the language
biggest challenge so far was getting the interpreter to work and correctly spit out errors which were not python errors or edge cases.
oops i forgot to update and the waka projects
uh i started working on the docs side by side and started with design and ideation aswell
grinding and submitting a v1 to twist hopefully by tomorrow or day after , interpreter + half parser + some error handling left
Parser work and syntax tree to handle and work along with parser
finished the ast part and halfway done with the parser
ai honestly helped me a lot this session especially with function calling as that took too much time where it either called the function without args or messed up the function and kept the args
erm actually it seems my parser can't handle my lexer so a bit of work on that and then restart WORKING. also introduced a test which runs in background after every big change to make sure i did not fuck up somehow
i finished the lexer it can detect keywords and stuff now time to sprint work on the parser and finally interpreter