Skip to main content

A quick and dirty attempt at a stack oriented language

Project description

https://travis-ci.org/djds23/stacker-lang.svg?branch=master

To test, run: python -m unittest discover tests --verbose

Install with: python setup.py install

This should install the bin stacker-repl in your current environment.

The repl will look something like this:

=>push 9
[9]
=>push 10
[10, 9]
=>push 1000
[1000, 10, 9]
=>rot void
[10, 9, 1000]
=>rot void
[9, 1000, 10]
=>drop void
[1000, 10]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stacker-lang-0.2.1.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

stacker_lang-0.2.1-py2.py3-none-any.whl (6.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file stacker-lang-0.2.1.tar.gz.

File metadata

File hashes

Hashes for stacker-lang-0.2.1.tar.gz
Algorithm Hash digest
SHA256 f1d2a3b7c8caf729ff475f1579b3aa9fd1b3c4021ad78d99c52fd837f21d7541
MD5 5a3bde26354538de7e025c68e5e4aa75
BLAKE2b-256 accda5d3a1b747119afd28bed2ea9a0aad8a04d41afdfb63b47f3abe9fe31d44

See more details on using hashes here.

File details

Details for the file stacker_lang-0.2.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for stacker_lang-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 71ca7aec6f1221c4f3fd6e97951e84da29a937e09262e99fa4b57be4a9b79e3d
MD5 6147ef57e8215de01851a875ce569d00
BLAKE2b-256 5e09a55c6156477b67dc3916e3c917ca556ef8e3c824ebd6868d1bd66fe3c2f3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page