Skip to content

Mercifle/Stacko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stacko

A simple stack-based programming language.

Usage

Run a Stacko script

./Stacko.py <script_path>

Run Test Suite

./Test.py

Examples

Hello, World!

"Hello, world!" printLine

Count Backwards From Ten

10 dup 0 = not while {
    dup printLine   # Print counter value
    1 -             # Subtract one from counter
    dup 0 = not     # Check if counter is zero
}

Documentation

See the official Stacko docs.

About

Simple stack-based programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •