# LuaGravity

## Introduction

LuaGravity is a reactive language that implements the synchronous approach for
concurrency.

It is roughly based on Esterel and FrTime, two synchronous languages, the
former having an imperative style, the latter being functional.

## Documentation

Documentation can be found in `doc/index.html`.

## Installation

To run the tests: `make test`.

To install to your system: `sudo make install`.

See `make help` for more.
