Skip to content

v0.2.0: Independent interpreter

Pre-release
Pre-release
Compare
Choose a tag to compare
@Sherlockcxk Sherlockcxk released this 30 Jul 00:24
· 472 commits to main since this release
9a9d1d9

New features:

  • Independent RickRoll interpreter
  • An update to counting execution time
  • Optimized code

For this version, we added a new feature: RickRoll's pure interpreter. This interpreter does not need to translate RickRoll source code into Python or C++, it is a pure interpreter. However, this little thing too new and only support if statement, variables, and print, so I marked it as a pre-release.
Additionally, we made a big update to counting execution time. The transpiler originally start counting time after importing the libraries, however, that is not the result we want. So, we let the transpiler start counting time before importing those dependent libraries.