You are browsing as a guest. Sign up (or log in) to start making projects!

32m 10s logged

new rustify feature!

new rustify feature just dropped

now, instead of having comments for unkown keywords

e.g // UNKNOWN KEYWORD std::foo()

they are replaced with compile errors

e.g compile_error!("UNKNOWN KEYWORD std::foo());

this makes it easier to catch unknown keywords in large codebases and cancels the auto-compilation at the end.
this is useful as the code may be broken if its missing a function or an integer

the code is now also compiled at the end and the executable is placed next to the rust source file

to-do list:

  • ability to call functions
  • std::cout support

thank you for reading this devlog

screenshot of the converter compiling the code and the compile errors doing their thing

0
3

Comments 0

No comments yet. Be the first!