Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Drumato/peachili

Repository files navigation

Peachili

This programming language is inspired Golang strongly.

usage

$ peachili compile <peachili-file> # generate an assembly-file for X86_64
$ peachili compile <peachili-file> # generate an assembly-file for aarch64

Run all tests

Unit tests

cargo test

Integration tests on x86_64

cargo build
./x64_test.sh

Integration tests on Arm64

cargo build
./aarch64_test.sh

Debug

# x64

# aarch64
qemu-aarch64-static -g <port> a.out
gdb-multiarch a.out
target remote :<port>

About

the peachili( Peach + Chili) programming language

Resources

License

Stars

Watchers

Forks

Packages

No packages published