DAUPS README (English)🌐 Available languages: English | Français DescriptionThis is the README for the DAUPS extension, which provides support for the custom language daups — a simple, pseudocode-like language used for teaching and experimenting with algorithmic concepts. 📦 Extension InformationThis Visual Studio Code extension includes:
Documentation of the daups language: https://perseusshade.github.io/DAUPS-docs/EN.html ⚙️ RequirementsYou must have Python 3.x installed. The execution of To check your Python version:
If not installed, download it from: https://www.python.org/downloads/ 🐞 Known Issues
📦 Release Notes1.0.3Initial release of the DAUPS extension. 👤 About the AuthorThis extension was developed by a student as a personal project during free time. It aims to help learners of algorithmic thinking by making pseudocode more interactive and accessible within a modern code editor like Visual Studio Code. Source code and updates: https://github.com/PerseusShade/DAUPS-ext Full project : https://github.com/PerseusShade/DAUPS If you encounter errors, have questions, or want to suggest improvements, feel free to open an issue: 👉 https://github.com/PerseusShade/DAUPS-ext/issues Enjoy using DAUPS in Visual Studio Code! |