General
Pseudocode is a statically typed, object-oriented programming language that focuses on readability and a broad selection of common features.
- Specific informations about all features are documented in the wiki.
- The language features a custom syntaxhighlighter for VSCode.
Download
You can find the repository for all installers here.
- Interpreter (Windows) for Windows
Execution
- Download the installer and execute it.
- Open your shell and navigate to where you want to create your project.
- Run the command “pseudocode project
". - The project should now get build and executed.
Important Sidenotes
- Please report any bug or unexpected behaviour by filling out this short form. It helps a lot!
- If you alter the standard-library (stdlib) in any way, the interpreter is no longer usable.
- The interpreter requires atleast java jdk 18.0.1.1 and will ask the user to install it, if the version is too old or not accessible.
Github
If you are interested in the project progress, feel free to check it out on GitHub!