Commit Graph

2 Commits

Author SHA1 Message Date
Michael Schimmel 12791a7f8f Add gemini.md to .gitignore 2026-02-17 12:09:00 +01:00
Michael Schimmel 3fdfd01982 feat: Initialize compiler GUI project
Sets up the basic structure for the compiler GUI application using
eframe.
This includes the main application loop, a default UI layout with a
source code editor and an output log panel, and the foundational AST
(Abstract Syntax Tree) definitions for types, nodes, and an evaluation
mechanism.
2026-02-16 23:47:17 +01:00