Sylvester Keil
Sylvester Keil
The Bibliography enumerator methods and queries should return new Bibliography instances so that they work like other Ruby enumerators and support method chaining. This will reduce performance slightly and it...
Currently, the lexer analyses the entire file, before the parser begins work. Although this is negligible for small bibliographies it may be annoying, especially if there is a semantic error...
Closes #58
See http://docs.citationstyles.org/en/stable/specification.html#sorting
https://github.com/citation-style-language/documentation/blob/master/specification.txt#L1655 Also see https://github.com/inukshuk/jekyll-scholar/issues/196
As discussed in #18 we'd like to reconsider how Intervals are compared if they have an unknown start or an open or unknown end. The current approach is to treat...