Opulus is a high-performance bytecode-compiled programming language
Developed and designed by Arnau478
To compiler from source on Linux, follow the steps below.
- Download the latest release
- Make sure you have
gcc
andmake
installed - Run the following command from shell:
$ make opulus
- An executable named
opulus
will be generated. That's the compiler.
You can run Opulus in two different ways
If you just execute the compiler, you will enter this mode. Here, you can type lines of code that get immediately executed.
Most of the time, you will need to execute an opulus source file. You can do this by passing the file name as the only parameter to the opulus executable. The file will be run.
You can read the changelog here