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
- Fork it ( https://github.com/[my-github-username]/degree_parse/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - 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,