Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parser for BibTeX files written in Ruby. No dependencies (except Test::Unit if you need to run the tests).

By Nick Gasson (www.doof.me.uk)

require 'rubygems'
require 'bibtex'

Bibtex::Parser.parse('references.bib').map do |entry|
  puts entry[:Title]
  puts entry[:Year]
  entry
end
gem sources -a http://gems.github.com
gem install aurels-rbib

About

A ruby parser for BibTeX files

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages