A quick and dirty attempt at a stack oriented language
Project description
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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for stacker_lang-0.2.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71ca7aec6f1221c4f3fd6e97951e84da29a937e09262e99fa4b57be4a9b79e3d |
|
MD5 | 6147ef57e8215de01851a875ce569d00 |
|
BLAKE2b-256 | 5e09a55c6156477b67dc3916e3c917ca556ef8e3c824ebd6868d1bd66fe3c2f3 |