cramatsu / hq9-plus

Simple HQ9+ interpreter written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HQ9+ Interpreter

What is HQ9+

HQ9+ is a mock language, with each command representing a common task that a novice programmer performs when learning to program, or when learning a new programming language.

Using

  • Make sure that you have installed Python 3.10
  • Extract the folder
  • Type in terminal python3 -m main
  • Enjoy ;)

Available Commands

  • 1.H - Prints "Hello, World"
  • 2.Q - Prints entered text
  • 3.9 - Prints the lyrics of 99 Bottles of Beer
  • 4.+ - Increases by one the counter, which cannot be used in any other way
    • 5.help - Prints all commands
    • 6.exit - Do I need to explain?

Ps. Уходите с этого языка, пока не поздно...

About

Simple HQ9+ interpreter written in Python

License:MIT License


Languages

Language:Python 100.0%