Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/i-redbyte/stack_machine

Simple Stack Machine for Experiments
https://github.com/i-redbyte/stack_machine

Last synced: about 1 month ago
JSON representation

Simple Stack Machine for Experiments

Awesome Lists containing this project

README

        

# Stack machine

## My "Stack Machine" Experiments

I got the main idea from the book "The Stack, or Traveling There and Back"


image book

### Guide

- [Examples](/info/examples.md)
- [Opcodes](/info/opcodes.md)

## How run?

Example:

- run SimpleStackMachine.kt
- input [path]/file_name, for example: ./example/sequence_sum
- press "Enter" :)

## Contribution guide

Feel free to contribute :)