CATAN
Project information
- Category: Open Source
- Project Time Frame: Summer 2024
- Libraries: Tree Sitter, Slint
- Number of Contributors: 2
C++ Refactoring Tool Using Rust
The refactoring tool uses tree-sitter for parsing the input code and converting it into a tree structure. After the input code is broken down into a tree, The refactoring process occurs. All processes are programmed through the rust programming language, and the results of user action are displayed through Slint GUI.