Sha256: 0f0d3c8e379546a59c918b27b1d37ebfe4a53e7edae383f505e1170c22fd532b

Contents?: true

Size: 562 Bytes

Versions: 60

Compression:

Stored size: 562 Bytes

Contents

# sudo dtrace -qs test/macruby.d -c "macruby -Ilib -rrubygems test/macruby.rb"

require 'bibtex'

input = <<-END
@book{pickaxe,
	Address = {Raleigh, North Carolina},
	Author = {Thomas, Dave, and Fowler, Chad, and Hunt, Andy},
	Date-Added = {2010-08-05 09:54:07 +0200},
	Date-Modified = {2010-08-05 10:07:01 +0200},
	Keywords = {ruby},
	Publisher = {The Pragmatic Bookshelf},
	Series = {The Facets of Ruby},
	Title = {Programming Ruby 1.9: The Pragmatic Programmer's Guide},
	Year = {2009}
}
END

lexer = BibTeX::Lexer.new
lexer.data = input * 100
lexer.analyse

Version data entries

60 entries across 60 versions & 2 rubygems

Version Path
bibtex-ruby-4.4.7 test/macruby.rb
bibtex-ruby-4.4.6 test/macruby.rb
bibtex-ruby-4.4.5 test/macruby.rb
bibtex_to_scrapbox-0.2.0 gems/gems/bibtex-ruby-4.4.4/test/macruby.rb
bibtex_to_scrapbox-0.1.0 gems/gems/bibtex-ruby-4.4.4/test/macruby.rb
bibtex-ruby-4.4.4 test/macruby.rb
bibtex-ruby-4.4.3 test/macruby.rb
bibtex-ruby-4.4.2 test/macruby.rb
bibtex-ruby-4.4.1 test/macruby.rb
bibtex-ruby-4.4.0 test/macruby.rb
bibtex-ruby-4.3.0 test/macruby.rb
bibtex-ruby-4.2.0 test/macruby.rb
bibtex-ruby-4.1.2 test/macruby.rb
bibtex-ruby-4.1.1 test/macruby.rb
bibtex-ruby-4.1.0 test/macruby.rb
bibtex-ruby-4.0.16 test/macruby.rb
bibtex-ruby-4.0.15 test/macruby.rb
bibtex-ruby-4.0.14 test/macruby.rb
bibtex-ruby-4.0.13 test/macruby.rb
bibtex-ruby-4.0.12 test/macruby.rb