another day, another quick devlog
Lots of new additions have just dropped for rustify that is going to make converting c++ code into rust easier.
New features include:
- Support for integers
- Support for functions
- Support for returning
Other, smaller changes in the code:
- Instead of reading directly from a vector, an iterator is being read, this allows for more flexibility with the code.
Goals for the future:
- Verify C++ code before converting
- Call rustc when finished
- Support for vectors, strings and booleans
- Support for calling functions
- Support for cout, cerr, cin and endl
- Support for some other basic libraries
I know this is a short devlog, but thank you for reading it.
Image of the process and the converted code output
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.