https://github.com/ducin/salvador
Salvador graphical programming language interpreter
https://github.com/ducin/salvador
Last synced: about 1 year ago
JSON representation
Salvador graphical programming language interpreter
- Host: GitHub
- URL: https://github.com/ducin/salvador
- Owner: ducin
- Created: 2013-01-26T13:36:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-05T22:42:34.000Z (over 13 years ago)
- Last Synced: 2024-12-25T11:30:08.476Z (over 1 year ago)
- Language: C++
- Size: 2.88 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Salvador
========
Salvador is a graphical programming language (named after great painter Salvador Dali), designed by Tomasz Ducin. This project is a Salvador console interpreter.
Compilation
===========
mkdir build
cd build
cmake ..
make
Run
===
Execute the `salvador` binary file in command line with one parameter, specifying the program to execute:
$ salvador mode path_to_img_programs/program
Available modes are:
* grid
* image
* merge