Skip to content

grug-lang/grug-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grug-rs

This repository contains a rust implementation of the grug language. It will include rust bindings, a frontend, and possibly multiple backends for grug

Building

run cargo build from within the repository.

Testing

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

About

Rust implementation of the grug language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages