Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Releases: erlete/esei-pseudo-code-translator

v3.0

25 Jan 03:51
1cc0c57
Compare
Choose a tag to compare

This release features some major changes:

  • Full pseudo code syntax support, including functions and registries
  • Redesigned main GUI screen and enhanced secondary one
  • Custom input popup during Python code execution
  • Enhanced documentation
  • Pointer mock implementation for function arguments
  • Single .exe binary for full application functionality

Full Changelog: v2.1...v3.0

v2.1

29 Sep 01:14
Compare
Choose a tag to compare

Changelog

These are the changes made to the repository in this release:

  • Renamed ui package
  • Fixed logo path issue

For more information, check out the detailed changelog.

v2.0

29 Sep 00:32
Compare
Choose a tag to compare

Graphical interface implementation

This release features a big update: an interactive graphical interface. Currently, the interface contains three windows:

  • An information window that shows usage instructions
  • A text input window that allows the user to input pseudo code, visualize parsed Python code and execute it
  • A main window containing links to both of the previous windows

This new feature aims to improve the quality of the interaction between the user and the application, being easier to understand and use than conventional .txt file edition and script execution.

Packages

There are no distributed packages at the moment, yet they will be available in future updates, at least for Windows OS.

v1.0

23 Sep 20:26
fb3e672
Compare
Choose a tag to compare

Initial release

This release contains basic script functionality that allows parsing several pseudo code variants, such as syntax operators, "for" loops and "if" statements.