1
My email is patrick.arminio@gmail.com
--- meet.hn/city/gb-London
Socials: - github.com/patrick91 - x.com/patrick91
---
I've built something like this using a template engine like Jinja, but I'm not sure if that's the best approach, part of me wants to use AST for the languages and a printer to get the AST to code, but I don't, I'm open for suggestions
The idea is to also make it easy to built your own codegen output using plugins
I'm looking for any kind of suggestion, I'm interested in learning new things
At the moment I was thinking of using Tauri and to write my UI using some frontend framework, but delegate most of the parsing to Tauri, not sure if that makes sense.