Better than C++ and D combined because there's D and there's pp
A KIV/FJP project at UWB Pilsen. The goal is to create a programming language that is better than C++ and D combined.
You will need Rust installed on your machine to compile it.
You will either need to clone this repo:
> git clone https://github.com/Doomshade/dppc.git --depth 1
or download dppc.zip
and extract it.
Then you will need to compile the compiler:
> cd dppc
> cargo build --release
Now you can run the compiler:
> ./target/release/dpp.exe <input_file> <output_file>
You can find examples in the examples
folder.
See grammar.pdf