Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 756 Bytes

File metadata and controls

28 lines (17 loc) · 756 Bytes

Peel Language

Documentation

Peel is a modern, high-performance programming language that empowers people to build software, just more easier.

Developing

For development, you need these tools installed on your system to get started.

Compiling from source

To compile Peel from source, you need to run

cargo build --release

Then navigate to your output in ./target/release/peel.exe.

License

Peel is licensed under the MIT License.