Sha256: a0ad094992970230c07d9e8894e0a322d51d75ab6d59945621a868fe85f762d8

Contents?: true

Size: 765 Bytes

Versions: 1

Compression:

Stored size: 765 Bytes

Contents

# Nilac

Nilac is the official compiler for the Nila language.

## Installation

Add this line to your application's Gemfile:

    gem 'nilac'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install nilac

## Usage

Nilac is the official compiler of the Nila language. You can learn more about Nila at http://github.com/adhithyan15/nila.

To compile your Nila file:

	nilac -c file.nila

To compile and run your Nila file (requires Node.js):

	nilac -r file.nila


## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nilac-0.0.3.3 README.md