A desktop frontend is available under rust_ui/. It lets you type source code into a GUI, run the existing C compiler pipeline behind the scenes, and inspect:
- compiler stdout and stderr
- AST output from
output/graph.output - symbol table output from
output/symbol_table.output
Run it with:
cd rust_ui
cargo runThe UI rebuilds the backend with bison, flex, and gcc, then runs ./compiler against the text currently entered in the editor.