Robin Heggelund Hansen 2025-08-12 11:56:29 I'm working on a language called Gløgg, which is a fully declarative, relational language where the source code is stored in a sqlite3 database as AST.
I now just got vite support and (proof of concept) dom integration working.
I'll be doing a whole presentation on Gløgg at the upcoming JavaZone conference (september 3-4).
Dave Mason 2025-08-12 15:35:22 I’m interested in sqlite3 for the AST, but for a completely different language. Curious about the table structure. Any pointers or source links?
Robin Heggelund Hansen 2025-08-12 15:52:03 I’m still figuring things out though, so it’s partly a mess
Dave Mason 2025-08-13 15:55:24 Thanks. Looking at the code, if I read it correctly, you store the AST as a JSON object; correct?