Sha256: 00e358fffd8d8c373528b4e07f3f949a49d961cffd62adb613c1bbc15da15d14

Contents?: true

Size: 744 Bytes

Versions: 1

Compression:

Stored size: 744 Bytes

Contents

# Cirru::Parser

Cirru Parser in Ruby

## Develop

```
ruby test.rb
```

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'cirru-parser'
```

And then execute:

```
$ bundle
```

Or install it yourself as:

```
$ gem install cirru-parser
```

## Usage

```ruby
require 'cirru/parser'

Cirru::Parser.parse 'code', 'filename'
# => returns tree

Cirru::Parser.pare 'code', 'filename'
# => returns simplified tree
```

## Contributing

1. Fork it ( https://github.com/[my-github-username]/cirru-parser/fork )
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 a new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cirru-parser-0.0.2 README.md