🤖 must rewrite it in rust
new project!
rustify is a simple tool that allows the user to rewrite c++ code in rust, with just the click of a button. only works on simple code tho but is blazing fast because it is written in rust.
currently, it can:
- open the c++ source file
- write to the rust source file
- parse simple code such as include iostream or int main()
- color text output!
things to implement in the future:
- support for more c++ keywords
- call rustc to compile the program
- call a compiler to verify the c++ program is correct before rewriting
- adding comments to functions/keywords that are not detected
thank you for reading this devlog
screenshot of the current version of the program parsing a source file and writing it to a rust source file (visible in second screenshot)
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.