https://github.com/terminaldweller/simpleinterpreter
A very simple stack-machine interpreter.
https://github.com/terminaldweller/simpleinterpreter
interpreter stack-machine
Last synced: 6 months ago
JSON representation
A very simple stack-machine interpreter.
- Host: GitHub
- URL: https://github.com/terminaldweller/simpleinterpreter
- Owner: terminaldweller
- License: gpl-3.0
- Created: 2017-12-15T14:58:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T10:31:09.000Z (about 8 years ago)
- Last Synced: 2025-02-16T10:39:24.068Z (11 months ago)
- Topics: interpreter, stack-machine
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simpleInterpreter
simpleInterpreter is an interpreter for a very simple stack machine architecture. The interpreter accepts one text file, converts it to the bytecode, and then executes the bytecode.
## Bulding and Running
To build the interpreter just run make.
The interpreter takes one file and runs it.