Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Doomshade/dpp

Repository files navigation

Dpp

Better than C++ and D combined because there's D and there's pp


What is Dpp?

A KIV/FJP project at UWB Pilsen. The goal is to create a programming language that is better than C++ and D combined.

Usage

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>

Examples

You can find examples in the examples folder.

Grammar

See grammar.pdf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published