https://github.com/gil9red/hq9plus
Interpreter HQ9+ (Python)
https://github.com/gil9red/hq9plus
Last synced: 12 months ago
JSON representation
Interpreter HQ9+ (Python)
- Host: GitHub
- URL: https://github.com/gil9red/hq9plus
- Owner: gil9red
- Created: 2014-08-07T18:21:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-07T18:37:23.000Z (almost 12 years ago)
- Last Synced: 2025-04-03T08:49:29.146Z (about 1 year ago)
- Language: Python
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Interpreter HQ9+
===========
####EN:
Interpreter language HQ9+.
It has four "operations":
* H: print "Hello, world!"
* Q: print the program's source code (sometimes called a quine)
* 9: print the lyrics to 99 Bottles of Beer
* +: add one to the accumulator (the value of the accumulator cannot be accessed)
####RU:
Интерпретатор языка HQ9+.
Команды:
* Команда «H» выводит сообщение «Hello, world!»;
* Команда «Q» выводит исходный код программы, которая выполняется (то есть, куайн);
* Команда «9» выводит слова стихотворения 99 Bottles of Beer on the Wall;
* Команда «+» увеличивает на единицу (инкрементирует) счетчик, который больше никак нельзя использовать.