This repository contains a rust implementation of the grug language. It will include rust bindings, a frontend, and possibly multiple backends for grug
run cargo build from within the repository.
This repository contains grug-tests as a submodule to allow for easy testing.
when you want to run the tests, clone the submodule with
git submodule update --init --force
build the tests with
cd src/grug-tests/
./build.sh
then run the tests with
cargo test