Skip to content

Support translating RickRoll to C++

Compare
Choose a tag to compare
@Sherlockcxk Sherlockcxk released this 17 Jul 04:48
· 580 commits to main since this release
00e946f

Basically, this is a minor version update to RickRoll-Lang and this transpiler /interpreter is still in its testing period.
In this version, we added several things for RickRoll-Lang:

  • Support translating .rickroll to .cpp
  • Support generating executable files using G++ (Cross-platform, which means it will generate a .out on linux, and generate a .exe on windows)
  • Provide some examples and algorithms in RickRoll-Lang
  • Logical/relational operators
  • Function and return
  • While loop

Another thing I would like to mention is, I will write every contributor or collaborator’s GitHub id and his/her contribution down on the README.md, “Contributors”. Therefore, if you have any idea or advice, feel free to pull request.