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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

Supported by

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