View on GitHub

hyperbole

Compiler build using C++

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.

hyperbole hyperbole hyperbole hyperbole hyperbole hyperbole

Prerequisites

Chapters

  1. IDE Shell
  2. Source Code Handler
  3. Help System
  4. Execution Engine
  5. Language Logic Unit (ALGO)
  6. Variable Store

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details