This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
Releases: erlete/esei-pseudo-code-translator
Releases · erlete/esei-pseudo-code-translator
v3.0
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
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
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.