cheddar 0.2.1

Functional and practical GLSL superset DSL
# The Cheddar GLSL superset language

[![Build Status](https://travis-ci.org/phaazon/cheddar.svg?branch=master)](https://travis-ci.org/phaazon/cheddar)
[![crates.io](https://img.shields.io/crates/v/cheddar.svg)](https://crates.io/crates/cheddar)
[![docs.rs](https://docs.rs/cheddar/badge.svg)](https://docs.rs/cheddar)
![License](https://img.shields.io/badge/license-BSD3-blue.svg?style=flat)

## What’s Cheddar?

Cheddar is a superset of GLSL.

The crate has [an embedded tutorial](https://docs.rs/cheddar) in its documentation that will provide
you with enough details to both understand what **Cheddar** is about and how you’re supposed to use
it.

## Contributing

You can contribute by forking the project and providing *merge requests*. Most of the current works
that need special attention are:

  - [x] Core types and constructs.
  - [ ] Examples.
  - [ ] Semantic analysis.
  - [ ] Tessellation control shader.
  - [ ] Tessellation evualation shader.
  - [ ] Proper public API.