https://github.com/megatokio/vipsi
vipsi - your friendly VIP script interpreter
https://github.com/megatokio/vipsi
cpp scripting-language
Last synced: 2 months ago
JSON representation
vipsi - your friendly VIP script interpreter
- Host: GitHub
- URL: https://github.com/megatokio/vipsi
- Owner: Megatokio
- License: bsd-2-clause
- Created: 2019-10-30T14:57:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T16:15:51.000Z (over 3 years ago)
- Last Synced: 2025-08-02T00:47:08.407Z (11 months ago)
- Topics: cpp, scripting-language
- Language: C++
- Homepage: https://k1.spdns.de/Develop/Projects/vipsi/
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## vipsi
This is a scripting language which i developed for personal use and to run the cgi scripts on the web server on my desktop PC at [https://k1.spdns.de].
It should compile on unix-style OSes like BSD, macos and Linux, though not strictly tested.
This project requires my [Libraries](https://github.com/Megatokio/Libraries.git) project side-by-side with this project in the same folder.
When started with no argument, vipsi tries to load the script "shell.vs" and run in interactive mode. It searches for directory "Libs" in the current working directory or "/usr/local/lib/vipsi" and some other places to contain it.
You can also start it with this or any other script file explicitely.
Most important command may be "words" and "info ".