Skip to content

ahmed-kamal2004/mini-cpp-compiler

Repository files navigation

mini-cpp-compiler

Rust UI

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 run

The UI rebuilds the backend with bison, flex, and gcc, then runs ./compiler against the text currently entered in the editor.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors