Example:
fun main()
{
puts("Hello world!\n");
}
curl -s "https://www.kickdegans.nl/beryllium-install" | sudo bash
Getting started
Documentation
Bult-in functions
This projects is still in development and contains incomplete or non functional features, bugs and incomplete libraries.
If there are any bugs you find, please notify me.
git clone https://www.github.com/KickdeGans/beryllium.git
make
make install
make clang
make install
You could copy the correct pre-compiled binary to /bin if processing power is limited or no compiler is present.
For example, you could copy berylium-x86_64
(located in the bin
folder) to /bin or just execute it as-is to run the interpreter.
(More architectures will be available in the future)
Change directory to the debug folder.
Then, make and then run ./debug
to debug beryllium.
Make sure the script has permissions to be executed
Linux
gdb
gcc