Skip to main content

A Stack-based ZISC interpreter written in Python

Project description

Staxlang

A ZISC like instruction set interpreter / language written in python

Language Features

Hello world

S1;
PUSH "Hello World" S1;
PRINT S1;

Output:

Hello World

Keywords

PUSH
POP
PRINT
ADD
SUBT
MULT
DIV
MOD

Installation

  • Install pip from your operating system's package manager

  • Run

    $ pip install staxlang

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

staxlang-0.0.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

staxlang-0.0.0-py2.py3-none-any.whl (3.6 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