hyperbole
Hyperbole is a simple programming environment designed for its own custom language (.hyp
files).
It acts like a basic IDE (Integrated Development Environment), allowing users to open and view source code files, get help on language keywords, and execute the code using an interpreter.
The system includes components to handle source code (parsing), manage variables (memory), perform language logic (operations), and provide help.
Prerequisites
- Install Code::Blocks or any C++ compiler.
- Feel free to contribute.
Chapters
- IDE Shell
- Source Code Handler
- Help System
- Execution Engine
- Language Logic Unit (ALGO)
- Variable Store
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Authors
- @namanvashistha - Naman Vashistha, Maintainer and Developer
License
This project is licensed under the MIT License - see the LICENSE.md file for details