Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/i-redbyte/stack_machine
- Owner: i-redbyte
- License: mit
- Created: 2021-10-02T18:04:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-07T07:49:34.000Z (about 3 years ago)
- Last Synced: 2024-10-16T06:35:28.485Z (3 months ago)
- Language: Kotlin
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
### 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 :)