DegreeParse

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'degree_parse'

And then execute:

$ bundle

Or install it yourself as:

$ gem install degree_parse

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/[my-github-username]/degree_parse/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 # YAML Degree Requirements

This format allows us to specify degree plans in YAML format, and parse a student to check this student against degree requirements. The next phase is to make this parser produce Prolog code, and use that for reasoning.

Getting started

To use this, first install the yaml and erb gems.

gem install yaml
gem install erb

Next,