معرفی شرکت ها


arrows-esolang-1.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

An esoteric language that uses drawings of arrows.
ویژگی مقدار
سیستم عامل -
نام فایل arrows-esolang-1.0.2
نام arrows-esolang
نسخه کتابخانه 1.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده John Westhoff
ایمیل نویسنده johnjwesthoff@gmail.com
آدرس صفحه اصلی https://github.com/JohnathonNow/arrows-esolang
آدرس اینترنتی https://pypi.org/project/arrows-esolang/
مجوز -
# arrows-esolang Arrows is meant to be a graphic, stack-based esoteric language. This package includes two command line utilities, `arrows`, the arrows interpreter, and `arrowsc`, the arrows compiler. For a more detailed description of the language, see my [blog post about it](https://johnwesthoff.com/projects/arrows/). [![Build Status](https://github.com/johnathonnow/arrows-esolang/workflows/Build/badge.svg)](https://github.com/JohnathonNow/arrows-esolang/actions) [![PyPI version](https://badge.fury.io/py/arrows-esolang.svg)](https://badge.fury.io/py/arrows-esolang) Arrows has the following properties: 1. Every operation and value in the language is a drawn arrow. 2. Values are encoded as distance traveled along an arrow. Every five pixels traveled increments a register by one. 3. Stack operations are encoded as turns within an arrow. 4. Conditionals are encoded as double ended arrows. The stack operations are: 1. Turn up: Push the current value onto the left stack. 2. Turn down: Push the current value onto the right stack. 3. Turn left: Pop x from the left stack, and subtract x from the current value. 4. Turn right: Pop x from the right stack, and subtract x from the current value. There are two types of arrow heads: 1. Plain arrows. Simply continue forward until you hit another arrow. 2. Out arrows. Have two extra pixels at the back of the arrow head. Outputs the current value as an ASCII character. There are three types of arrow rears: 1. Plain rear. Nothing special. 2. Start rear. The back of an arrow that has one extra pixel signals the starting location of a program. 3. Input rear. The back of an arrow that has two extra pixels signals that when entered from the direction the arrow is facing that one character should be read in and stored as the current value. > Arrows in your eyes > Fear where your heart should be > War in your mind > Shame in your cries \- Arrows - Foo Fighters


نحوه نصب


نصب پکیج whl arrows-esolang-1.0.2:

    pip install arrows-esolang-1.0.2.whl


نصب پکیج tar.gz arrows-esolang-1.0.2:

    pip install arrows-esolang-1.0.2.tar.gz