Bipscript Installation

Binary Packages

Various Linux distros have packages available: (please let us know if you would like your distro listed here)

Source Build - Interpreter

Dependencies

The bipscript interpreter has the following dependencies:

Build

Test

Test with a one line "hello world" script, copy this line into a new file called e.g. "helloworld.bip":
print("Hello world!\n")
then call the script from the command line:
$ bipscript helloworld.bip
If all is working the script should print:
Hello world!

Source Build - IDE

Dependencies

The bipscript IDE has the following dependencies:

Build

Test

launch from the command line: $ bipscript-ide

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.