DevLog #4 — I have added FunctionLiteral, CallExpressions, and IfExpressions. Also, updated the REPL with the parser. Now, I will start working on the Evaluation.
DevLog #4 — I have added FunctionLiteral, CallExpressions, and IfExpressions. Also, updated the REPL with the parser. Now, I will start working on the Evaluation.
DevLog #3 –– Today I made significant progress on Zod’s parser. The parser can now handle: Let statements, Assignment statements, Return statements, Infix expressions, Prefix expressions, and Boolean literals. There’s still plenty of work to do, but the parser is taking shape and the language is starting to feel real. My goal with Zod remains the same: to create a programming language that puts learning first while still being capable of building interesting and practical projects.
The Last DevLog
I have built the webUI, and TUI using vercel ai sdk components, also add error handling in webUI. I will keep refining the AI loop, and add more error handling
Hi, I am currently building the subagents for the TerraOrbit harness, also built the main Terra agent, and built all the tools for the harness.
I built a wrapper around NASA APIs and integrated with the TUI built via OpenTUI. Now, I need to build the AI harness, connect the wrapper with it , and improve the TUI.
Trying OpenTUI
Finally, I built the repl foundation, but the AST, parser, and eval are still left. Wish me luck….
Currently, expanding the lexer of zod. I am planning to make zod have mixed syntax between C, Go, and Rust.